Shades of Sulu #C2DB8C
Tints of Sulu #C2DB8C
RGB
CMYK
RGB Variations
Color information
#C2DB8C (or 0xC2DB8C) is known color: Sulu. HEX triplet: C2, DB and 8C. RGB value is (194,219,140). Sum of RGB (Red+Green+Blue) = 194+219+140=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB8C is #3D2473. Grayscale: #CACACA. Windows color (decimal): -4007028 or 9231298. OLE color: 9231298.
HSL color Cylindrical-coordinate representation of color #C2DB8C: hue angle of 78.99º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2DB8C is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 140 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.14 |
| HSL | 78.99º | 0.52% | 0.7% | - |
| HSV(B) | 78.99º | 0.36% | 0.86% | - |
| XYZ | 52.31 | 64.03 | 34.41 | - |
| YUV | 202.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 140 | 0.11 | 0 | 0.36 | 0.14 | 78.99 | 0.52 | 0.7 |
| Hex | C2 | DB | 8C | B | 0 | 24 | E | 4F | 34 | 46 |
| Octal | 302 | 333 | 214 | 13 | 0 | 44 | 16 | 117 | 64 | 106 |
| Binary | 11000010 | 11011011 | 10001100 | 1011 | 0 | 100100 | 1110 | 1001111 | 110100 | 1000110 |
Color Harmonies of #C2DB8C
Complementary color
Monochromatic Colors of #C2DB8C
Black with #C2DB8C
Text Example
Text Example
White with #C2DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB8C; }
p { color: rgb(194,219,140); }
H1.HeaderClassName
{
color: #C2DB8C;
}
.AnyTagClassName
{
color: #C2DB8C;
}
</style>
background-color css
<style>
a { background-color: #C2DB8C; }
a { background-color: rgb(194,219,140); }
div.DivClassName
{
background-color: #C2DB8C;
}
.BgClassName
{
background-color: #C2DB8C;
}
</style>
border-color css
<style>
span { border-color: #C2DB8C; }
span { border-color: rgb(194,219,140); }
td.TdClassName
{
border-color: #C2DB8C;
}
.TagClassName
{
border-color: #C2DB8C;
}
</style>