Shades of Sulu #C2DD91
Tints of Sulu #C2DD91
RGB
CMYK
RGB Variations
Color information
#C2DD91 (or 0xC2DD91) is known color: Sulu. HEX triplet: C2, DD and 91. RGB value is (194,221,145). Sum of RGB (Red+Green+Blue) = 194+221+145=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD91 is #3D226E. Grayscale: #CCCCCC. Windows color (decimal): -4006511 or 9559490. OLE color: 9559490.
HSL color Cylindrical-coordinate representation of color #C2DD91: hue angle of 81.32º 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 #C2DD91 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 145 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 81.32º | 0.53% | 0.72% | - |
| HSV(B) | 81.32º | 0.34% | 0.87% | - |
| XYZ | 53.22 | 65.23 | 36.57 | - |
| YUV | 204.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 145 | 0.12 | 0 | 0.34 | 0.13 | 81.32 | 0.53 | 0.72 |
| Hex | C2 | DD | 91 | C | 0 | 22 | D | 51 | 35 | 48 |
| Octal | 302 | 335 | 221 | 14 | 0 | 42 | 15 | 121 | 65 | 110 |
| Binary | 11000010 | 11011101 | 10010001 | 1100 | 0 | 100010 | 1101 | 1010001 | 110101 | 1001000 |
Color Harmonies of #C2DD91
Complementary color
Monochromatic Colors of #C2DD91
Black with #C2DD91
Text Example
Text Example
White with #C2DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD91; }
p { color: rgb(194,221,145); }
H1.HeaderClassName
{
color: #C2DD91;
}
.AnyTagClassName
{
color: #C2DD91;
}
</style>
background-color css
<style>
a { background-color: #C2DD91; }
a { background-color: rgb(194,221,145); }
div.DivClassName
{
background-color: #C2DD91;
}
.BgClassName
{
background-color: #C2DD91;
}
</style>
border-color css
<style>
span { border-color: #C2DD91; }
span { border-color: rgb(194,221,145); }
td.TdClassName
{
border-color: #C2DD91;
}
.TagClassName
{
border-color: #C2DD91;
}
</style>