Shades of Sulu #C8DD91
Tints of Sulu #C8DD91
RGB
CMYK
RGB Variations
Color information
#C8DD91 (or 0xC8DD91) is known color: Sulu. HEX triplet: C8, DD and 91. RGB value is (200,221,145). Sum of RGB (Red+Green+Blue) = 200+221+145=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD91 is #37226E. Grayscale: #CECECE. Windows color (decimal): -3613295 or 9559496. OLE color: 9559496.
HSL color Cylindrical-coordinate representation of color #C8DD91: hue angle of 76.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8DD91 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 145 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.13 |
| HSL | 76.58º | 0.53% | 0.72% | - |
| HSV(B) | 76.58º | 0.34% | 0.87% | - |
| XYZ | 54.79 | 66.04 | 36.65 | - |
| YUV | 206.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 145 | 0.10 | 0 | 0.34 | 0.13 | 76.58 | 0.53 | 0.72 |
| Hex | C8 | DD | 91 | A | 0 | 22 | D | 4D | 35 | 48 |
| Octal | 310 | 335 | 221 | 12 | 0 | 42 | 15 | 115 | 65 | 110 |
| Binary | 11001000 | 11011101 | 10010001 | 1010 | 0 | 100010 | 1101 | 1001101 | 110101 | 1001000 |
Color Harmonies of #C8DD91
Complementary color
Monochromatic Colors of #C8DD91
Black with #C8DD91
Text Example
Text Example
White with #C8DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD91; }
p { color: rgb(200,221,145); }
H1.HeaderClassName
{
color: #C8DD91;
}
.AnyTagClassName
{
color: #C8DD91;
}
</style>
background-color css
<style>
a { background-color: #C8DD91; }
a { background-color: rgb(200,221,145); }
div.DivClassName
{
background-color: #C8DD91;
}
.BgClassName
{
background-color: #C8DD91;
}
</style>
border-color css
<style>
span { border-color: #C8DD91; }
span { border-color: rgb(200,221,145); }
td.TdClassName
{
border-color: #C8DD91;
}
.TagClassName
{
border-color: #C8DD91;
}
</style>