#c6ea72

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

Shades of Sulu #C6EA72

Tints of Sulu #C6EA72

Color information

#C6EA72 (or 0xC6EA72) is unknown color: approx Sulu. HEX triplet: C6, EA and 72. RGB value is (198,234,114). Sum of RGB (Red+Green+Blue) = 198+234+114=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EA72 is #39158D. Grayscale: #D2D2D2. Windows color (decimal): -3741070 or 7531206. OLE color: 7531206.

HSL color Cylindrical-coordinate representation of color #C6EA72: hue angle of 78º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6EA72 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB198234114-
CMYK0.1500.510.08
HSL78º74.07%68.24%-
HSV(B)78º51.28%91.76%-
XYZ55.7572.0726.89-
YUV209.5674.07119.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=36.26%
G=42.86%
B=20.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982341140.1500.510.087874.0768.24
HexC6EA72F03384e4a44
Octal3063521621706310116112104
Binary11000110111010101110010111101100111000100111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6ea72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6ea72; }

 p { color: rgb(198,234,114); }

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

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

 a { background-color: rgb(198,234,114); }

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

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

 span { border-color: rgb(198,234,114); }

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