Shades of Sulu #C8E48C
Tints of Sulu #C8E48C
RGB
CMYK
RGB Variations
Color information
#C8E48C (or 0xC8E48C) is known color: Sulu. HEX triplet: C8, E4 and 8C. RGB value is (200,228,140). Sum of RGB (Red+Green+Blue) = 200+228+140=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E48C is #371B73. Grayscale: #D1D1D1. Windows color (decimal): -3611508 or 9233608. OLE color: 9233608.
HSL color Cylindrical-coordinate representation of color #C8E48C: hue angle of 79.09º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8E48C is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 140 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.11 |
| HSL | 79.09º | 0.62% | 0.72% | - |
| HSV(B) | 79.09º | 0.39% | 0.89% | - |
| XYZ | 56.3 | 69.66 | 35.29 | - |
| YUV | 209.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 140 | 0.12 | 0 | 0.39 | 0.11 | 79.09 | 0.62 | 0.72 |
| Hex | C8 | E4 | 8C | C | 0 | 27 | B | 4F | 3E | 48 |
| Octal | 310 | 344 | 214 | 14 | 0 | 47 | 13 | 117 | 76 | 110 |
| Binary | 11001000 | 11100100 | 10001100 | 1100 | 0 | 100111 | 1011 | 1001111 | 111110 | 1001000 |
Color Harmonies of #C8E48C
Complementary color
Monochromatic Colors of #C8E48C
Black with #C8E48C
Text Example
Text Example
White with #C8E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E48C; }
p { color: rgb(200,228,140); }
H1.HeaderClassName
{
color: #C8E48C;
}
.AnyTagClassName
{
color: #C8E48C;
}
</style>
background-color css
<style>
a { background-color: #C8E48C; }
a { background-color: rgb(200,228,140); }
div.DivClassName
{
background-color: #C8E48C;
}
.BgClassName
{
background-color: #C8E48C;
}
</style>
border-color css
<style>
span { border-color: #C8E48C; }
span { border-color: rgb(200,228,140); }
td.TdClassName
{
border-color: #C8E48C;
}
.TagClassName
{
border-color: #C8E48C;
}
</style>