Shades of Sulu #C8ED72
Tints of Sulu #C8ED72
RGB
CMYK
RGB Variations
Color information
#C8ED72 (or 0xC8ED72) is known color: Sulu. HEX triplet: C8, ED and 72. RGB value is (200,237,114). Sum of RGB (Red+Green+Blue) = 200+237+114=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED72 is #37128D. Grayscale: #D4D4D4. Windows color (decimal): -3609230 or 7531976. OLE color: 7531976.
HSL color Cylindrical-coordinate representation of color #C8ED72: hue angle of 78.05º 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 #C8ED72 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 114 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.07 |
| HSL | 78.05º | 0.77% | 0.69% | - |
| HSV(B) | 78.05º | 0.52% | 0.93% | - |
| XYZ | 57.14 | 74.06 | 27.2 | - |
| YUV | 211.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 114 | 0.16 | 0 | 0.52 | 0.07 | 78.05 | 0.77 | 0.69 |
| Hex | C8 | ED | 72 | 10 | 0 | 34 | 7 | 4E | 4D | 45 |
| Octal | 310 | 355 | 162 | 20 | 0 | 64 | 7 | 116 | 115 | 105 |
| Binary | 11001000 | 11101101 | 1110010 | 10000 | 0 | 110100 | 111 | 1001110 | 1001101 | 1000101 |
Color Harmonies of #C8ED72
Complementary color
Monochromatic Colors of #C8ED72
Black with #C8ED72
Text Example
Text Example
White with #C8ED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED72; }
p { color: rgb(200,237,114); }
H1.HeaderClassName
{
color: #C8ED72;
}
.AnyTagClassName
{
color: #C8ED72;
}
</style>
background-color css
<style>
a { background-color: #C8ED72; }
a { background-color: rgb(200,237,114); }
div.DivClassName
{
background-color: #C8ED72;
}
.BgClassName
{
background-color: #C8ED72;
}
</style>
border-color css
<style>
span { border-color: #C8ED72; }
span { border-color: rgb(200,237,114); }
td.TdClassName
{
border-color: #C8ED72;
}
.TagClassName
{
border-color: #C8ED72;
}
</style>