Shades of Sulu #C8EC84
Tints of Sulu #C8EC84
RGB
CMYK
RGB Variations
Color information
#C8EC84 (or 0xC8EC84) is known color: Sulu. HEX triplet: C8, EC and 84. RGB value is (200,236,132). Sum of RGB (Red+Green+Blue) = 200+236+132=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EC84 is #37137B. Grayscale: #D5D5D5. Windows color (decimal): -3609468 or 8711368. OLE color: 8711368.
HSL color Cylindrical-coordinate representation of color #C8EC84: hue angle of 80.77º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8EC84 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 132 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.07 |
| HSL | 80.77º | 0.73% | 0.72% | - |
| HSV(B) | 80.77º | 0.44% | 0.93% | - |
| XYZ | 57.98 | 73.94 | 33.05 | - |
| YUV | 213.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 132 | 0.15 | 0 | 0.44 | 0.07 | 80.77 | 0.73 | 0.72 |
| Hex | C8 | EC | 84 | F | 0 | 2C | 7 | 51 | 49 | 48 |
| Octal | 310 | 354 | 204 | 17 | 0 | 54 | 7 | 121 | 111 | 110 |
| Binary | 11001000 | 11101100 | 10000100 | 1111 | 0 | 101100 | 111 | 1010001 | 1001001 | 1001000 |
Color Harmonies of #C8EC84
Complementary color
Monochromatic Colors of #C8EC84
Black with #C8EC84
Text Example
Text Example
White with #C8EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC84; }
p { color: rgb(200,236,132); }
H1.HeaderClassName
{
color: #C8EC84;
}
.AnyTagClassName
{
color: #C8EC84;
}
</style>
background-color css
<style>
a { background-color: #C8EC84; }
a { background-color: rgb(200,236,132); }
div.DivClassName
{
background-color: #C8EC84;
}
.BgClassName
{
background-color: #C8EC84;
}
</style>
border-color css
<style>
span { border-color: #C8EC84; }
span { border-color: rgb(200,236,132); }
td.TdClassName
{
border-color: #C8EC84;
}
.TagClassName
{
border-color: #C8EC84;
}
</style>