Shades of Sulu #C5DD92
Tints of Sulu #C5DD92
RGB
CMYK
RGB Variations
Color information
#C5DD92 (or 0xC5DD92) is known color: Sulu. HEX triplet: C5, DD and 92. RGB value is (197,221,146). Sum of RGB (Red+Green+Blue) = 197+221+146=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD92 is #3A226D. Grayscale: #CDCDCD. Windows color (decimal): -3809902 or 9625029. OLE color: 9625029.
HSL color Cylindrical-coordinate representation of color #C5DD92: hue angle of 79.2º 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 #C5DD92 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 146 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.13 |
| HSL | 79.2º | 0.52% | 0.72% | - |
| HSV(B) | 79.2º | 0.34% | 0.87% | - |
| XYZ | 54.07 | 65.66 | 37.02 | - |
| YUV | 205.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 146 | 0.11 | 0 | 0.34 | 0.13 | 79.2 | 0.52 | 0.72 |
| Hex | C5 | DD | 92 | B | 0 | 22 | D | 4F | 34 | 48 |
| Octal | 305 | 335 | 222 | 13 | 0 | 42 | 15 | 117 | 64 | 110 |
| Binary | 11000101 | 11011101 | 10010010 | 1011 | 0 | 100010 | 1101 | 1001111 | 110100 | 1001000 |
Color Harmonies of #C5DD92
Complementary color
Monochromatic Colors of #C5DD92
Black with #C5DD92
Text Example
Text Example
White with #C5DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD92; }
p { color: rgb(197,221,146); }
H1.HeaderClassName
{
color: #C5DD92;
}
.AnyTagClassName
{
color: #C5DD92;
}
</style>
background-color css
<style>
a { background-color: #C5DD92; }
a { background-color: rgb(197,221,146); }
div.DivClassName
{
background-color: #C5DD92;
}
.BgClassName
{
background-color: #C5DD92;
}
</style>
border-color css
<style>
span { border-color: #C5DD92; }
span { border-color: rgb(197,221,146); }
td.TdClassName
{
border-color: #C5DD92;
}
.TagClassName
{
border-color: #C5DD92;
}
</style>