Shades of Sulu #C8EF72
Tints of Sulu #C8EF72
RGB
CMYK
RGB Variations
Color information
#C8EF72 (or 0xC8EF72) is known color: Sulu. HEX triplet: C8, EF and 72. RGB value is (200,239,114). Sum of RGB (Red+Green+Blue) = 200+239+114=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF72 is #37108D. Grayscale: #D5D5D5. Windows color (decimal): -3608718 or 7532488. OLE color: 7532488.
HSL color Cylindrical-coordinate representation of color #C8EF72: hue angle of 78.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8EF72 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 114 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.06 |
| HSL | 78.72º | 0.8% | 0.69% | - |
| HSV(B) | 78.72º | 0.52% | 0.94% | - |
| XYZ | 57.72 | 75.23 | 27.4 | - |
| YUV | 213.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 114 | 0.16 | 0 | 0.52 | 0.06 | 78.72 | 0.8 | 0.69 |
| Hex | C8 | EF | 72 | 10 | 0 | 34 | 6 | 4F | 50 | 45 |
| Octal | 310 | 357 | 162 | 20 | 0 | 64 | 6 | 117 | 120 | 105 |
| Binary | 11001000 | 11101111 | 1110010 | 10000 | 0 | 110100 | 110 | 1001111 | 1010000 | 1000101 |
Color Harmonies of #C8EF72
Complementary color
Monochromatic Colors of #C8EF72
Black with #C8EF72
Text Example
Text Example
White with #C8EF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF72; }
p { color: rgb(200,239,114); }
H1.HeaderClassName
{
color: #C8EF72;
}
.AnyTagClassName
{
color: #C8EF72;
}
</style>
background-color css
<style>
a { background-color: #C8EF72; }
a { background-color: rgb(200,239,114); }
div.DivClassName
{
background-color: #C8EF72;
}
.BgClassName
{
background-color: #C8EF72;
}
</style>
border-color css
<style>
span { border-color: #C8EF72; }
span { border-color: rgb(200,239,114); }
td.TdClassName
{
border-color: #C8EF72;
}
.TagClassName
{
border-color: #C8EF72;
}
</style>