Shades of Sulu #C8DC8E
Tints of Sulu #C8DC8E
RGB
CMYK
RGB Variations
Color information
#C8DC8E (or 0xC8DC8E) is known color: Sulu. HEX triplet: C8, DC and 8E. RGB value is (200,220,142). Sum of RGB (Red+Green+Blue) = 200+220+142=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC8E is #372371. Grayscale: #CDCDCD. Windows color (decimal): -3613554 or 9362632. OLE color: 9362632.
HSL color Cylindrical-coordinate representation of color #C8DC8E: hue angle of 75.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8DC8E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 142 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.14 |
| HSL | 75.38º | 0.53% | 0.71% | - |
| HSV(B) | 75.38º | 0.35% | 0.86% | - |
| XYZ | 54.3 | 65.42 | 35.36 | - |
| YUV | 205.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 142 | 0.09 | 0 | 0.35 | 0.14 | 75.38 | 0.53 | 0.71 |
| Hex | C8 | DC | 8E | 9 | 0 | 23 | E | 4B | 35 | 47 |
| Octal | 310 | 334 | 216 | 11 | 0 | 43 | 16 | 113 | 65 | 107 |
| Binary | 11001000 | 11011100 | 10001110 | 1001 | 0 | 100011 | 1110 | 1001011 | 110101 | 1000111 |
Color Harmonies of #C8DC8E
Complementary color
Monochromatic Colors of #C8DC8E
Black with #C8DC8E
Text Example
Text Example
White with #C8DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC8E; }
p { color: rgb(200,220,142); }
H1.HeaderClassName
{
color: #C8DC8E;
}
.AnyTagClassName
{
color: #C8DC8E;
}
</style>
background-color css
<style>
a { background-color: #C8DC8E; }
a { background-color: rgb(200,220,142); }
div.DivClassName
{
background-color: #C8DC8E;
}
.BgClassName
{
background-color: #C8DC8E;
}
</style>
border-color css
<style>
span { border-color: #C8DC8E; }
span { border-color: rgb(200,220,142); }
td.TdClassName
{
border-color: #C8DC8E;
}
.TagClassName
{
border-color: #C8DC8E;
}
</style>