Shades of Sulu #C8DC7E
Tints of Sulu #C8DC7E
RGB
CMYK
RGB Variations
Color information
#C8DC7E (or 0xC8DC7E) is known color: Sulu. HEX triplet: C8, DC and 7E. RGB value is (200,220,126). Sum of RGB (Red+Green+Blue) = 200+220+126=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC7E is #372381. Grayscale: #CBCBCB. Windows color (decimal): -3613570 or 8314056. OLE color: 8314056.
HSL color Cylindrical-coordinate representation of color #C8DC7E: hue angle of 72.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8DC7E is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 126 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.14 |
| HSL | 72.77º | 0.57% | 0.68% | - |
| HSV(B) | 72.77º | 0.43% | 0.86% | - |
| XYZ | 53.18 | 64.97 | 29.48 | - |
| YUV | 203.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 126 | 0.09 | 0 | 0.43 | 0.14 | 72.77 | 0.57 | 0.68 |
| Hex | C8 | DC | 7E | 9 | 0 | 2B | E | 49 | 39 | 44 |
| Octal | 310 | 334 | 176 | 11 | 0 | 53 | 16 | 111 | 71 | 104 |
| Binary | 11001000 | 11011100 | 1111110 | 1001 | 0 | 101011 | 1110 | 1001001 | 111001 | 1000100 |
Color Harmonies of #C8DC7E
Complementary color
Monochromatic Colors of #C8DC7E
Black with #C8DC7E
Text Example
Text Example
White with #C8DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC7E; }
p { color: rgb(200,220,126); }
H1.HeaderClassName
{
color: #C8DC7E;
}
.AnyTagClassName
{
color: #C8DC7E;
}
</style>
background-color css
<style>
a { background-color: #C8DC7E; }
a { background-color: rgb(200,220,126); }
div.DivClassName
{
background-color: #C8DC7E;
}
.BgClassName
{
background-color: #C8DC7E;
}
</style>
border-color css
<style>
span { border-color: #C8DC7E; }
span { border-color: rgb(200,220,126); }
td.TdClassName
{
border-color: #C8DC7E;
}
.TagClassName
{
border-color: #C8DC7E;
}
</style>