Shades of Sulu #C9EA70
Tints of Sulu #C9EA70
RGB
CMYK
RGB Variations
Color information
#C9EA70 (or 0xC9EA70) is known color: Sulu. HEX triplet: C9, EA and 70. RGB value is (201,234,112). Sum of RGB (Red+Green+Blue) = 201+234+112=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA70 is #36158F. Grayscale: #D2D2D2. Windows color (decimal): -3544464 or 7400137. OLE color: 7400137.
HSL color Cylindrical-coordinate representation of color #C9EA70: hue angle of 76.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9EA70 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 112 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.08 |
| HSL | 76.23º | 0.74% | 0.68% | - |
| HSV(B) | 76.23º | 0.52% | 0.92% | - |
| XYZ | 56.43 | 72.43 | 26.34 | - |
| YUV | 210.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 112 | 0.14 | 0 | 0.52 | 0.08 | 76.23 | 0.74 | 0.68 |
| Hex | C9 | EA | 70 | E | 0 | 34 | 8 | 4C | 4A | 44 |
| Octal | 311 | 352 | 160 | 16 | 0 | 64 | 10 | 114 | 112 | 104 |
| Binary | 11001001 | 11101010 | 1110000 | 1110 | 0 | 110100 | 1000 | 1001100 | 1001010 | 1000100 |
Color Harmonies of #C9EA70
Complementary color
Monochromatic Colors of #C9EA70
Black with #C9EA70
Text Example
Text Example
White with #C9EA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA70; }
p { color: rgb(201,234,112); }
H1.HeaderClassName
{
color: #C9EA70;
}
.AnyTagClassName
{
color: #C9EA70;
}
</style>
background-color css
<style>
a { background-color: #C9EA70; }
a { background-color: rgb(201,234,112); }
div.DivClassName
{
background-color: #C9EA70;
}
.BgClassName
{
background-color: #C9EA70;
}
</style>
border-color css
<style>
span { border-color: #C9EA70; }
span { border-color: rgb(201,234,112); }
td.TdClassName
{
border-color: #C9EA70;
}
.TagClassName
{
border-color: #C9EA70;
}
</style>