Shades of Sulu #C8DD92
Tints of Sulu #C8DD92
RGB
CMYK
RGB Variations
Color information
#C8DD92 (or 0xC8DD92) is known color: Sulu. HEX triplet: C8, DD and 92. RGB value is (200,221,146). Sum of RGB (Red+Green+Blue) = 200+221+146=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD92 is #37226D. Grayscale: #CECECE. Windows color (decimal): -3613294 or 9625032. OLE color: 9625032.
HSL color Cylindrical-coordinate representation of color #C8DD92: hue angle of 76.8º degrees, saturation: 0.52, 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 #C8DD92 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 146 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.13 |
| HSL | 76.8º | 0.52% | 0.72% | - |
| HSV(B) | 76.8º | 0.34% | 0.87% | - |
| XYZ | 54.86 | 66.07 | 37.05 | - |
| YUV | 206.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 146 | 0.10 | 0 | 0.34 | 0.13 | 76.8 | 0.52 | 0.72 |
| Hex | C8 | DD | 92 | A | 0 | 22 | D | 4D | 34 | 48 |
| Octal | 310 | 335 | 222 | 12 | 0 | 42 | 15 | 115 | 64 | 110 |
| Binary | 11001000 | 11011101 | 10010010 | 1010 | 0 | 100010 | 1101 | 1001101 | 110100 | 1001000 |
Color Harmonies of #C8DD92
Complementary color
Monochromatic Colors of #C8DD92
Black with #C8DD92
Text Example
Text Example
White with #C8DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD92; }
p { color: rgb(200,221,146); }
H1.HeaderClassName
{
color: #C8DD92;
}
.AnyTagClassName
{
color: #C8DD92;
}
</style>
background-color css
<style>
a { background-color: #C8DD92; }
a { background-color: rgb(200,221,146); }
div.DivClassName
{
background-color: #C8DD92;
}
.BgClassName
{
background-color: #C8DD92;
}
</style>
border-color css
<style>
span { border-color: #C8DD92; }
span { border-color: rgb(200,221,146); }
td.TdClassName
{
border-color: #C8DD92;
}
.TagClassName
{
border-color: #C8DD92;
}
</style>