Shades of Sulu #C8EA80
Tints of Sulu #C8EA80
RGB
CMYK
RGB Variations
Color information
#C8EA80 (or 0xC8EA80) is known color: Sulu. HEX triplet: C8, EA and 80. RGB value is (200,234,128). Sum of RGB (Red+Green+Blue) = 200+234+128=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EA80 is #37157F. Grayscale: #D4D4D4. Windows color (decimal): -3609984 or 8448712. OLE color: 8448712.
HSL color Cylindrical-coordinate representation of color #C8EA80: hue angle of 79.25º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8EA80 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 128 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.08 |
| HSL | 79.25º | 0.72% | 0.71% | - |
| HSV(B) | 79.25º | 0.45% | 0.92% | - |
| XYZ | 57.14 | 72.68 | 31.44 | - |
| YUV | 211.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 128 | 0.15 | 0 | 0.45 | 0.08 | 79.25 | 0.72 | 0.71 |
| Hex | C8 | EA | 80 | F | 0 | 2D | 8 | 4F | 48 | 47 |
| Octal | 310 | 352 | 200 | 17 | 0 | 55 | 10 | 117 | 110 | 107 |
| Binary | 11001000 | 11101010 | 10000000 | 1111 | 0 | 101101 | 1000 | 1001111 | 1001000 | 1000111 |
Color Harmonies of #C8EA80
Complementary color
Monochromatic Colors of #C8EA80
Black with #C8EA80
Text Example
Text Example
White with #C8EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA80; }
p { color: rgb(200,234,128); }
H1.HeaderClassName
{
color: #C8EA80;
}
.AnyTagClassName
{
color: #C8EA80;
}
</style>
background-color css
<style>
a { background-color: #C8EA80; }
a { background-color: rgb(200,234,128); }
div.DivClassName
{
background-color: #C8EA80;
}
.BgClassName
{
background-color: #C8EA80;
}
</style>
border-color css
<style>
span { border-color: #C8EA80; }
span { border-color: rgb(200,234,128); }
td.TdClassName
{
border-color: #C8EA80;
}
.TagClassName
{
border-color: #C8EA80;
}
</style>