Shades of Sulu #C9E472
Tints of Sulu #C9E472
RGB
CMYK
RGB Variations
Color information
#C9E472 (or 0xC9E472) is known color: Sulu. HEX triplet: C9, E4 and 72. RGB value is (201,228,114). Sum of RGB (Red+Green+Blue) = 201+228+114=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E472 is #361B8D. Grayscale: #CFCFCF. Windows color (decimal): -3545998 or 7529673. OLE color: 7529673.
HSL color Cylindrical-coordinate representation of color #C9E472: hue angle of 74.21º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9E472 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 114 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.11 |
| HSL | 74.21º | 0.68% | 0.67% | - |
| HSV(B) | 74.21º | 0.5% | 0.89% | - |
| XYZ | 54.87 | 69.12 | 26.37 | - |
| YUV | 206.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 114 | 0.12 | 0 | 0.50 | 0.11 | 74.21 | 0.68 | 0.67 |
| Hex | C9 | E4 | 72 | C | 0 | 32 | B | 4A | 44 | 43 |
| Octal | 311 | 344 | 162 | 14 | 0 | 62 | 13 | 112 | 104 | 103 |
| Binary | 11001001 | 11100100 | 1110010 | 1100 | 0 | 110010 | 1011 | 1001010 | 1000100 | 1000011 |
Color Harmonies of #C9E472
Complementary color
Monochromatic Colors of #C9E472
Black with #C9E472
Text Example
Text Example
White with #C9E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E472; }
p { color: rgb(201,228,114); }
H1.HeaderClassName
{
color: #C9E472;
}
.AnyTagClassName
{
color: #C9E472;
}
</style>
background-color css
<style>
a { background-color: #C9E472; }
a { background-color: rgb(201,228,114); }
div.DivClassName
{
background-color: #C9E472;
}
.BgClassName
{
background-color: #C9E472;
}
</style>
border-color css
<style>
span { border-color: #C9E472; }
span { border-color: rgb(201,228,114); }
td.TdClassName
{
border-color: #C9E472;
}
.TagClassName
{
border-color: #C9E472;
}
</style>