Shades of Sulu #C8E98D
Tints of Sulu #C8E98D
RGB
CMYK
RGB Variations
Color information
#C8E98D (or 0xC8E98D) is known color: Sulu. HEX triplet: C8, E9 and 8D. RGB value is (200,233,141). Sum of RGB (Red+Green+Blue) = 200+233+141=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E98D is #371672. Grayscale: #D4D4D4. Windows color (decimal): -3610227 or 9300424. OLE color: 9300424.
HSL color Cylindrical-coordinate representation of color #C8E98D: hue angle of 81.52º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8E98D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 141 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.09 |
| HSL | 81.52º | 0.68% | 0.73% | - |
| HSV(B) | 81.52º | 0.39% | 0.91% | - |
| XYZ | 57.77 | 72.48 | 36.14 | - |
| YUV | 212.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 141 | 0.14 | 0 | 0.39 | 0.09 | 81.52 | 0.68 | 0.73 |
| Hex | C8 | E9 | 8D | E | 0 | 27 | 9 | 52 | 44 | 49 |
| Octal | 310 | 351 | 215 | 16 | 0 | 47 | 11 | 122 | 104 | 111 |
| Binary | 11001000 | 11101001 | 10001101 | 1110 | 0 | 100111 | 1001 | 1010010 | 1000100 | 1001001 |
Color Harmonies of #C8E98D
Complementary color
Monochromatic Colors of #C8E98D
Black with #C8E98D
Text Example
Text Example
White with #C8E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E98D; }
p { color: rgb(200,233,141); }
H1.HeaderClassName
{
color: #C8E98D;
}
.AnyTagClassName
{
color: #C8E98D;
}
</style>
background-color css
<style>
a { background-color: #C8E98D; }
a { background-color: rgb(200,233,141); }
div.DivClassName
{
background-color: #C8E98D;
}
.BgClassName
{
background-color: #C8E98D;
}
</style>
border-color css
<style>
span { border-color: #C8E98D; }
span { border-color: rgb(200,233,141); }
td.TdClassName
{
border-color: #C8E98D;
}
.TagClassName
{
border-color: #C8E98D;
}
</style>