#C7F070

Color #C7F070 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C7F070

Tints of Sulu #C7F070

Color information

#C7F070 (or 0xC7F070) is unknown color: approx Sulu. HEX triplet: C7, F0 and 70. RGB value is (199,240,112). Sum of RGB (Red+Green+Blue) = 199+240+112=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F070 is #380F8F. Grayscale: #D5D5D5. Windows color (decimal): -3674000 or 7401671. OLE color: 7401671.

HSL color Cylindrical-coordinate representation of color #C7F070: hue angle of 79.22º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7F070 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB199240112-
CMYK0.1700.530.06
HSL79.22º81.01%69.02%-
HSV(B)79.22º53.33%94.12%-
XYZ57.6475.6326.89-
YUV213.1570.92117.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 36.12%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 112 (44.14% from 255) = 20.33%
R=36.12%
G=43.56%
B=20.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992401120.1700.530.0679.2281.0169.02
HexC7F0701103564f5145
Octal307360160210656117121105
Binary11000111111100001110000100010110101110100111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F070; }

 p { color: rgb(199,240,112); }

 H1.HeaderClassName
 {
   color: #C7F070;
 }
 .AnyTagClassName
 {
   color: #C7F070;
 }
</style>
background-color css

<style>
 a { background-color: #C7F070; }

 a { background-color: rgb(199,240,112); }

 div.DivClassName
 {
   background-color: #C7F070;
 }
 .BgClassName
 {
   background-color: #C7F070;
 }
</style>
border-color css

<style>
 span { border-color: #C7F070; }

 span { border-color: rgb(199,240,112); }

 td.TdClassName
 {
   border-color: #C7F070;
 }
 .TagClassName
 {
   border-color: #C7F070;
 }
</style>