Shades of Sulu #C9E972
Tints of Sulu #C9E972
RGB
CMYK
RGB Variations
Color information
#C9E972 (or 0xC9E972) is known color: Sulu. HEX triplet: C9, E9 and 72. RGB value is (201,233,114). Sum of RGB (Red+Green+Blue) = 201+233+114=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E972 is #36168D. Grayscale: #D2D2D2. Windows color (decimal): -3544718 or 7530953. OLE color: 7530953.
HSL color Cylindrical-coordinate representation of color #C9E972: hue angle of 76.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9E972 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 114 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.09 |
| HSL | 76.13º | 0.73% | 0.68% | - |
| HSV(B) | 76.13º | 0.51% | 0.91% | - |
| XYZ | 56.26 | 71.91 | 26.83 | - |
| YUV | 209.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 114 | 0.14 | 0 | 0.51 | 0.09 | 76.13 | 0.73 | 0.68 |
| Hex | C9 | E9 | 72 | E | 0 | 33 | 9 | 4C | 49 | 44 |
| Octal | 311 | 351 | 162 | 16 | 0 | 63 | 11 | 114 | 111 | 104 |
| Binary | 11001001 | 11101001 | 1110010 | 1110 | 0 | 110011 | 1001 | 1001100 | 1001001 | 1000100 |
Color Harmonies of #C9E972
Complementary color
Monochromatic Colors of #C9E972
Black with #C9E972
Text Example
Text Example
White with #C9E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E972; }
p { color: rgb(201,233,114); }
H1.HeaderClassName
{
color: #C9E972;
}
.AnyTagClassName
{
color: #C9E972;
}
</style>
background-color css
<style>
a { background-color: #C9E972; }
a { background-color: rgb(201,233,114); }
div.DivClassName
{
background-color: #C9E972;
}
.BgClassName
{
background-color: #C9E972;
}
</style>
border-color css
<style>
span { border-color: #C9E972; }
span { border-color: rgb(201,233,114); }
td.TdClassName
{
border-color: #C9E972;
}
.TagClassName
{
border-color: #C9E972;
}
</style>