Shades of Sulu #C8E88C
Tints of Sulu #C8E88C
RGB
CMYK
RGB Variations
Color information
#C8E88C (or 0xC8E88C) is known color: Sulu. HEX triplet: C8, E8 and 8C. RGB value is (200,232,140). Sum of RGB (Red+Green+Blue) = 200+232+140=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E88C is #371773. Grayscale: #D4D4D4. Windows color (decimal): -3610484 or 9234632. OLE color: 9234632.
HSL color Cylindrical-coordinate representation of color #C8E88C: hue angle of 80.87º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8E88C is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 140 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.09 |
| HSL | 80.87º | 0.67% | 0.73% | - |
| HSV(B) | 80.87º | 0.4% | 0.91% | - |
| XYZ | 57.41 | 71.89 | 35.66 | - |
| YUV | 211.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 140 | 0.14 | 0 | 0.40 | 0.09 | 80.87 | 0.67 | 0.73 |
| Hex | C8 | E8 | 8C | E | 0 | 28 | 9 | 51 | 43 | 49 |
| Octal | 310 | 350 | 214 | 16 | 0 | 50 | 11 | 121 | 103 | 111 |
| Binary | 11001000 | 11101000 | 10001100 | 1110 | 0 | 101000 | 1001 | 1010001 | 1000011 | 1001001 |
Color Harmonies of #C8E88C
Complementary color
Monochromatic Colors of #C8E88C
Black with #C8E88C
Text Example
Text Example
White with #C8E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E88C; }
p { color: rgb(200,232,140); }
H1.HeaderClassName
{
color: #C8E88C;
}
.AnyTagClassName
{
color: #C8E88C;
}
</style>
background-color css
<style>
a { background-color: #C8E88C; }
a { background-color: rgb(200,232,140); }
div.DivClassName
{
background-color: #C8E88C;
}
.BgClassName
{
background-color: #C8E88C;
}
</style>
border-color css
<style>
span { border-color: #C8E88C; }
span { border-color: rgb(200,232,140); }
td.TdClassName
{
border-color: #C8E88C;
}
.TagClassName
{
border-color: #C8E88C;
}
</style>