Shades of Sulu #C8ED79
Tints of Sulu #C8ED79
RGB
CMYK
RGB Variations
Color information
#C8ED79 (or 0xC8ED79) is known color: Sulu. HEX triplet: C8, ED and 79. RGB value is (200,237,121). Sum of RGB (Red+Green+Blue) = 200+237+121=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED79 is #371286. Grayscale: #D5D5D5. Windows color (decimal): -3609223 or 7990728. OLE color: 7990728.
HSL color Cylindrical-coordinate representation of color #C8ED79: hue angle of 79.14º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8ED79 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 121 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.07 |
| HSL | 79.14º | 0.76% | 0.7% | - |
| HSV(B) | 79.14º | 0.49% | 0.93% | - |
| XYZ | 57.55 | 74.23 | 29.38 | - |
| YUV | 212.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 121 | 0.16 | 0 | 0.49 | 0.07 | 79.14 | 0.76 | 0.7 |
| Hex | C8 | ED | 79 | 10 | 0 | 31 | 7 | 4F | 4C | 46 |
| Octal | 310 | 355 | 171 | 20 | 0 | 61 | 7 | 117 | 114 | 106 |
| Binary | 11001000 | 11101101 | 1111001 | 10000 | 0 | 110001 | 111 | 1001111 | 1001100 | 1000110 |
Color Harmonies of #C8ED79
Complementary color
Monochromatic Colors of #C8ED79
Black with #C8ED79
Text Example
Text Example
White with #C8ED79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED79; }
p { color: rgb(200,237,121); }
H1.HeaderClassName
{
color: #C8ED79;
}
.AnyTagClassName
{
color: #C8ED79;
}
</style>
background-color css
<style>
a { background-color: #C8ED79; }
a { background-color: rgb(200,237,121); }
div.DivClassName
{
background-color: #C8ED79;
}
.BgClassName
{
background-color: #C8ED79;
}
</style>
border-color css
<style>
span { border-color: #C8ED79; }
span { border-color: rgb(200,237,121); }
td.TdClassName
{
border-color: #C8ED79;
}
.TagClassName
{
border-color: #C8ED79;
}
</style>