Shades of Sulu #C8EA79
Tints of Sulu #C8EA79
RGB
CMYK
RGB Variations
Color information
#C8EA79 (or 0xC8EA79) is known color: Sulu. HEX triplet: C8, EA and 79. RGB value is (200,234,121). Sum of RGB (Red+Green+Blue) = 200+234+121=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA79 is #371586. Grayscale: #D3D3D3. Windows color (decimal): -3609991 or 7989960. OLE color: 7989960.
HSL color Cylindrical-coordinate representation of color #C8EA79: hue angle of 78.05º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8EA79 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 121 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.08 |
| HSL | 78.05º | 0.73% | 0.7% | - |
| HSV(B) | 78.05º | 0.48% | 0.92% | - |
| XYZ | 56.69 | 72.51 | 29.1 | - |
| YUV | 210.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 121 | 0.15 | 0 | 0.48 | 0.08 | 78.05 | 0.73 | 0.7 |
| Hex | C8 | EA | 79 | F | 0 | 30 | 8 | 4E | 49 | 46 |
| Octal | 310 | 352 | 171 | 17 | 0 | 60 | 10 | 116 | 111 | 106 |
| Binary | 11001000 | 11101010 | 1111001 | 1111 | 0 | 110000 | 1000 | 1001110 | 1001001 | 1000110 |
Color Harmonies of #C8EA79
Complementary color
Monochromatic Colors of #C8EA79
Black with #C8EA79
Text Example
Text Example
White with #C8EA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA79; }
p { color: rgb(200,234,121); }
H1.HeaderClassName
{
color: #C8EA79;
}
.AnyTagClassName
{
color: #C8EA79;
}
</style>
background-color css
<style>
a { background-color: #C8EA79; }
a { background-color: rgb(200,234,121); }
div.DivClassName
{
background-color: #C8EA79;
}
.BgClassName
{
background-color: #C8EA79;
}
</style>
border-color css
<style>
span { border-color: #C8EA79; }
span { border-color: rgb(200,234,121); }
td.TdClassName
{
border-color: #C8EA79;
}
.TagClassName
{
border-color: #C8EA79;
}
</style>