Shades of Sulu #C8EA8C
Tints of Sulu #C8EA8C
RGB
CMYK
RGB Variations
Color information
#C8EA8C (or 0xC8EA8C) is known color: Sulu. HEX triplet: C8, EA and 8C. RGB value is (200,234,140). Sum of RGB (Red+Green+Blue) = 200+234+140=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EA8C is #371573. Grayscale: #D5D5D5. Windows color (decimal): -3609972 or 9235144. OLE color: 9235144.
HSL color Cylindrical-coordinate representation of color #C8EA8C: hue angle of 81.7º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8EA8C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 140 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.08 |
| HSL | 81.7º | 0.69% | 0.73% | - |
| HSV(B) | 81.7º | 0.4% | 0.92% | - |
| XYZ | 57.98 | 73.02 | 35.85 | - |
| YUV | 213.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 140 | 0.15 | 0 | 0.40 | 0.08 | 81.7 | 0.69 | 0.73 |
| Hex | C8 | EA | 8C | F | 0 | 28 | 8 | 52 | 45 | 49 |
| Octal | 310 | 352 | 214 | 17 | 0 | 50 | 10 | 122 | 105 | 111 |
| Binary | 11001000 | 11101010 | 10001100 | 1111 | 0 | 101000 | 1000 | 1010010 | 1000101 | 1001001 |
Color Harmonies of #C8EA8C
Complementary color
Monochromatic Colors of #C8EA8C
Black with #C8EA8C
Text Example
Text Example
White with #C8EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA8C; }
p { color: rgb(200,234,140); }
H1.HeaderClassName
{
color: #C8EA8C;
}
.AnyTagClassName
{
color: #C8EA8C;
}
</style>
background-color css
<style>
a { background-color: #C8EA8C; }
a { background-color: rgb(200,234,140); }
div.DivClassName
{
background-color: #C8EA8C;
}
.BgClassName
{
background-color: #C8EA8C;
}
</style>
border-color css
<style>
span { border-color: #C8EA8C; }
span { border-color: rgb(200,234,140); }
td.TdClassName
{
border-color: #C8EA8C;
}
.TagClassName
{
border-color: #C8EA8C;
}
</style>