Shades of Sulu #C8E18A
Tints of Sulu #C8E18A
RGB
CMYK
RGB Variations
Color information
#C8E18A (or 0xC8E18A) is known color: Sulu. HEX triplet: C8, E1 and 8A. RGB value is (200,225,138). Sum of RGB (Red+Green+Blue) = 200+225+138=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E18A is #371E75. Grayscale: #CFCFCF. Windows color (decimal): -3612278 or 9101768. OLE color: 9101768.
HSL color Cylindrical-coordinate representation of color #C8E18A: hue angle of 77.24º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8E18A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 138 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.12 |
| HSL | 77.24º | 0.59% | 0.71% | - |
| HSV(B) | 77.24º | 0.39% | 0.88% | - |
| XYZ | 55.33 | 67.96 | 34.25 | - |
| YUV | 207.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 138 | 0.11 | 0 | 0.39 | 0.12 | 77.24 | 0.59 | 0.71 |
| Hex | C8 | E1 | 8A | B | 0 | 27 | C | 4D | 3B | 47 |
| Octal | 310 | 341 | 212 | 13 | 0 | 47 | 14 | 115 | 73 | 107 |
| Binary | 11001000 | 11100001 | 10001010 | 1011 | 0 | 100111 | 1100 | 1001101 | 111011 | 1000111 |
Color Harmonies of #C8E18A
Complementary color
Monochromatic Colors of #C8E18A
Black with #C8E18A
Text Example
Text Example
White with #C8E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E18A; }
p { color: rgb(200,225,138); }
H1.HeaderClassName
{
color: #C8E18A;
}
.AnyTagClassName
{
color: #C8E18A;
}
</style>
background-color css
<style>
a { background-color: #C8E18A; }
a { background-color: rgb(200,225,138); }
div.DivClassName
{
background-color: #C8E18A;
}
.BgClassName
{
background-color: #C8E18A;
}
</style>
border-color css
<style>
span { border-color: #C8E18A; }
span { border-color: rgb(200,225,138); }
td.TdClassName
{
border-color: #C8E18A;
}
.TagClassName
{
border-color: #C8E18A;
}
</style>