Shades of Sulu #C2DB77
Tints of Sulu #C2DB77
RGB
CMYK
RGB Variations
Color information
#C2DB77 (or 0xC2DB77) is known color: Sulu. HEX triplet: C2, DB and 77. RGB value is (194,219,119). Sum of RGB (Red+Green+Blue) = 194+219+119=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB77 is #3D2488. Grayscale: #C8C8C8. Windows color (decimal): -4007049 or 7855042. OLE color: 7855042.
HSL color Cylindrical-coordinate representation of color #C2DB77: hue angle of 75º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2DB77 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 119 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.14 |
| HSL | 75º | 0.58% | 0.66% | - |
| HSV(B) | 75º | 0.46% | 0.86% | - |
| XYZ | 50.91 | 63.46 | 27.02 | - |
| YUV | 200.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 119 | 0.11 | 0 | 0.46 | 0.14 | 75 | 0.58 | 0.66 |
| Hex | C2 | DB | 77 | B | 0 | 2E | E | 4B | 3A | 42 |
| Octal | 302 | 333 | 167 | 13 | 0 | 56 | 16 | 113 | 72 | 102 |
| Binary | 11000010 | 11011011 | 1110111 | 1011 | 0 | 101110 | 1110 | 1001011 | 111010 | 1000010 |
Color Harmonies of #C2DB77
Complementary color
Monochromatic Colors of #C2DB77
Black with #C2DB77
Text Example
Text Example
White with #C2DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB77; }
p { color: rgb(194,219,119); }
H1.HeaderClassName
{
color: #C2DB77;
}
.AnyTagClassName
{
color: #C2DB77;
}
</style>
background-color css
<style>
a { background-color: #C2DB77; }
a { background-color: rgb(194,219,119); }
div.DivClassName
{
background-color: #C2DB77;
}
.BgClassName
{
background-color: #C2DB77;
}
</style>
border-color css
<style>
span { border-color: #C2DB77; }
span { border-color: rgb(194,219,119); }
td.TdClassName
{
border-color: #C2DB77;
}
.TagClassName
{
border-color: #C2DB77;
}
</style>