Shades of Sulu #C9EA80
Tints of Sulu #C9EA80
RGB
CMYK
RGB Variations
Color information
#C9EA80 (or 0xC9EA80) is known color: Sulu. HEX triplet: C9, EA and 80. RGB value is (201,234,128). Sum of RGB (Red+Green+Blue) = 201+234+128=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA80 is #36157F. Grayscale: #D4D4D4. Windows color (decimal): -3544448 or 8448713. OLE color: 8448713.
HSL color Cylindrical-coordinate representation of color #C9EA80: hue angle of 78.68º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9EA80 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 128 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.08 |
| HSL | 78.68º | 0.72% | 0.71% | - |
| HSV(B) | 78.68º | 0.45% | 0.92% | - |
| XYZ | 57.41 | 72.82 | 31.45 | - |
| YUV | 212.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 128 | 0.14 | 0 | 0.45 | 0.08 | 78.68 | 0.72 | 0.71 |
| Hex | C9 | EA | 80 | E | 0 | 2D | 8 | 4F | 48 | 47 |
| Octal | 311 | 352 | 200 | 16 | 0 | 55 | 10 | 117 | 110 | 107 |
| Binary | 11001001 | 11101010 | 10000000 | 1110 | 0 | 101101 | 1000 | 1001111 | 1001000 | 1000111 |
Color Harmonies of #C9EA80
Complementary color
Monochromatic Colors of #C9EA80
Black with #C9EA80
Text Example
Text Example
White with #C9EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA80; }
p { color: rgb(201,234,128); }
H1.HeaderClassName
{
color: #C9EA80;
}
.AnyTagClassName
{
color: #C9EA80;
}
</style>
background-color css
<style>
a { background-color: #C9EA80; }
a { background-color: rgb(201,234,128); }
div.DivClassName
{
background-color: #C9EA80;
}
.BgClassName
{
background-color: #C9EA80;
}
</style>
border-color css
<style>
span { border-color: #C9EA80; }
span { border-color: rgb(201,234,128); }
td.TdClassName
{
border-color: #C9EA80;
}
.TagClassName
{
border-color: #C9EA80;
}
</style>