Shades of Sulu #C9ED72
Tints of Sulu #C9ED72
RGB
CMYK
RGB Variations
Color information
#C9ED72 (or 0xC9ED72) is known color: Sulu. HEX triplet: C9, ED and 72. RGB value is (201,237,114). Sum of RGB (Red+Green+Blue) = 201+237+114=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED72 is #36128D. Grayscale: #D4D4D4. Windows color (decimal): -3543694 or 7531977. OLE color: 7531977.
HSL color Cylindrical-coordinate representation of color #C9ED72: hue angle of 77.56º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9ED72 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 114 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.07 |
| HSL | 77.56º | 0.77% | 0.69% | - |
| HSV(B) | 77.56º | 0.52% | 0.93% | - |
| XYZ | 57.41 | 74.2 | 27.22 | - |
| YUV | 212.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 114 | 0.15 | 0 | 0.52 | 0.07 | 77.56 | 0.77 | 0.69 |
| Hex | C9 | ED | 72 | F | 0 | 34 | 7 | 4E | 4D | 45 |
| Octal | 311 | 355 | 162 | 17 | 0 | 64 | 7 | 116 | 115 | 105 |
| Binary | 11001001 | 11101101 | 1110010 | 1111 | 0 | 110100 | 111 | 1001110 | 1001101 | 1000101 |
Color Harmonies of #C9ED72
Complementary color
Monochromatic Colors of #C9ED72
Black with #C9ED72
Text Example
Text Example
White with #C9ED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED72; }
p { color: rgb(201,237,114); }
H1.HeaderClassName
{
color: #C9ED72;
}
.AnyTagClassName
{
color: #C9ED72;
}
</style>
background-color css
<style>
a { background-color: #C9ED72; }
a { background-color: rgb(201,237,114); }
div.DivClassName
{
background-color: #C9ED72;
}
.BgClassName
{
background-color: #C9ED72;
}
</style>
border-color css
<style>
span { border-color: #C9ED72; }
span { border-color: rgb(201,237,114); }
td.TdClassName
{
border-color: #C9ED72;
}
.TagClassName
{
border-color: #C9ED72;
}
</style>