Shades of Sulu #C8EA83
Tints of Sulu #C8EA83
RGB
CMYK
RGB Variations
Color information
#C8EA83 (or 0xC8EA83) is known color: Sulu. HEX triplet: C8, EA and 83. RGB value is (200,234,131). Sum of RGB (Red+Green+Blue) = 200+234+131=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EA83 is #37157C. Grayscale: #D4D4D4. Windows color (decimal): -3609981 or 8645320. OLE color: 8645320.
HSL color Cylindrical-coordinate representation of color #C8EA83: hue angle of 79.81º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8EA83 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 131 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.08 |
| HSL | 79.81º | 0.71% | 0.72% | - |
| HSV(B) | 79.81º | 0.44% | 0.92% | - |
| XYZ | 57.34 | 72.76 | 32.5 | - |
| YUV | 212.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 131 | 0.15 | 0 | 0.44 | 0.08 | 79.81 | 0.71 | 0.72 |
| Hex | C8 | EA | 83 | F | 0 | 2C | 8 | 50 | 47 | 48 |
| Octal | 310 | 352 | 203 | 17 | 0 | 54 | 10 | 120 | 107 | 110 |
| Binary | 11001000 | 11101010 | 10000011 | 1111 | 0 | 101100 | 1000 | 1010000 | 1000111 | 1001000 |
Color Harmonies of #C8EA83
Complementary color
Monochromatic Colors of #C8EA83
Black with #C8EA83
Text Example
Text Example
White with #C8EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA83; }
p { color: rgb(200,234,131); }
H1.HeaderClassName
{
color: #C8EA83;
}
.AnyTagClassName
{
color: #C8EA83;
}
</style>
background-color css
<style>
a { background-color: #C8EA83; }
a { background-color: rgb(200,234,131); }
div.DivClassName
{
background-color: #C8EA83;
}
.BgClassName
{
background-color: #C8EA83;
}
</style>
border-color css
<style>
span { border-color: #C8EA83; }
span { border-color: rgb(200,234,131); }
td.TdClassName
{
border-color: #C8EA83;
}
.TagClassName
{
border-color: #C8EA83;
}
</style>