Shades of Sulu #C8E66D
Tints of Sulu #C8E66D
RGB
CMYK
RGB Variations
Color information
#C8E66D (or 0xC8E66D) is known color: Sulu. HEX triplet: C8, E6 and 6D. RGB value is (200,230,109). Sum of RGB (Red+Green+Blue) = 200+230+109=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E66D is #371992. Grayscale: #CFCFCF. Windows color (decimal): -3611027 or 7202504. OLE color: 7202504.
HSL color Cylindrical-coordinate representation of color #C8E66D: hue angle of 74.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8E66D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 109 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.10 |
| HSL | 74.88º | 0.71% | 0.66% | - |
| HSV(B) | 74.88º | 0.53% | 0.9% | - |
| XYZ | 54.88 | 69.98 | 25.08 | - |
| YUV | 207.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 109 | 0.13 | 0 | 0.53 | 0.10 | 74.88 | 0.71 | 0.66 |
| Hex | C8 | E6 | 6D | D | 0 | 35 | A | 4B | 47 | 42 |
| Octal | 310 | 346 | 155 | 15 | 0 | 65 | 12 | 113 | 107 | 102 |
| Binary | 11001000 | 11100110 | 1101101 | 1101 | 0 | 110101 | 1010 | 1001011 | 1000111 | 1000010 |
Color Harmonies of #C8E66D
Complementary color
Monochromatic Colors of #C8E66D
Black with #C8E66D
Text Example
Text Example
White with #C8E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E66D; }
p { color: rgb(200,230,109); }
H1.HeaderClassName
{
color: #C8E66D;
}
.AnyTagClassName
{
color: #C8E66D;
}
</style>
background-color css
<style>
a { background-color: #C8E66D; }
a { background-color: rgb(200,230,109); }
div.DivClassName
{
background-color: #C8E66D;
}
.BgClassName
{
background-color: #C8E66D;
}
</style>
border-color css
<style>
span { border-color: #C8E66D; }
span { border-color: rgb(200,230,109); }
td.TdClassName
{
border-color: #C8E66D;
}
.TagClassName
{
border-color: #C8E66D;
}
</style>