Shades of Sulu #C2DF91
Tints of Sulu #C2DF91
RGB
CMYK
RGB Variations
Color information
#C2DF91 (or 0xC2DF91) is known color: Sulu. HEX triplet: C2, DF and 91. RGB value is (194,223,145). Sum of RGB (Red+Green+Blue) = 194+223+145=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF91 is #3D206E. Grayscale: #CDCDCD. Windows color (decimal): -4005999 or 9560002. OLE color: 9560002.
HSL color Cylindrical-coordinate representation of color #C2DF91: hue angle of 82.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2DF91 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 145 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.13 |
| HSL | 82.31º | 0.55% | 0.72% | - |
| HSV(B) | 82.31º | 0.35% | 0.87% | - |
| XYZ | 53.75 | 66.29 | 36.75 | - |
| YUV | 205.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 145 | 0.13 | 0 | 0.35 | 0.13 | 82.31 | 0.55 | 0.72 |
| Hex | C2 | DF | 91 | D | 0 | 23 | D | 52 | 37 | 48 |
| Octal | 302 | 337 | 221 | 15 | 0 | 43 | 15 | 122 | 67 | 110 |
| Binary | 11000010 | 11011111 | 10010001 | 1101 | 0 | 100011 | 1101 | 1010010 | 110111 | 1001000 |
Color Harmonies of #C2DF91
Complementary color
Monochromatic Colors of #C2DF91
Black with #C2DF91
Text Example
Text Example
White with #C2DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF91; }
p { color: rgb(194,223,145); }
H1.HeaderClassName
{
color: #C2DF91;
}
.AnyTagClassName
{
color: #C2DF91;
}
</style>
background-color css
<style>
a { background-color: #C2DF91; }
a { background-color: rgb(194,223,145); }
div.DivClassName
{
background-color: #C2DF91;
}
.BgClassName
{
background-color: #C2DF91;
}
</style>
border-color css
<style>
span { border-color: #C2DF91; }
span { border-color: rgb(194,223,145); }
td.TdClassName
{
border-color: #C2DF91;
}
.TagClassName
{
border-color: #C2DF91;
}
</style>