#C7E070

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

Shades of Sulu #C7E070

Tints of Sulu #C7E070

Color information

#C7E070 (or 0xC7E070) is unknown color: approx Sulu. HEX triplet: C7, E0 and 70. RGB value is (199,224,112). Sum of RGB (Red+Green+Blue) = 199+224+112=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E070 is #381F8F. Grayscale: #CCCCCC. Windows color (decimal): -3678096 or 7397575. OLE color: 7397575.

HSL color Cylindrical-coordinate representation of color #C7E070: hue angle of 73.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7E070 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB199224112-
CMYK0.1100.500.12
HSL73.39º64.37%65.88%-
HSV(B)73.39º50%87.84%-
XYZ53.1366.6225.39-
YUV203.7676.22124.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=37.20%
G=41.87%
B=20.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992241120.1100.500.1273.3964.3765.88
HexC7E070B032C494042
Octal3073401601306214111100102
Binary11000111111000001110000101101100101100100100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E070; }

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

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

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

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

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

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

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

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