Shades of Sulu #C2DB76
Tints of Sulu #C2DB76
RGB
CMYK
RGB Variations
Color information
#C2DB76 (or 0xC2DB76) is known color: Sulu. HEX triplet: C2, DB and 76. RGB value is (194,219,118). Sum of RGB (Red+Green+Blue) = 194+219+118=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB76 is #3D2489. Grayscale: #C8C8C8. Windows color (decimal): -4007050 or 7789506. OLE color: 7789506.
HSL color Cylindrical-coordinate representation of color #C2DB76: hue angle of 74.85º 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 #C2DB76 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 118 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.14 |
| HSL | 74.85º | 0.58% | 0.66% | - |
| HSV(B) | 74.85º | 0.46% | 0.86% | - |
| XYZ | 50.85 | 63.44 | 26.7 | - |
| YUV | 200.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 118 | 0.11 | 0 | 0.46 | 0.14 | 74.85 | 0.58 | 0.66 |
| Hex | C2 | DB | 76 | B | 0 | 2E | E | 4B | 3A | 42 |
| Octal | 302 | 333 | 166 | 13 | 0 | 56 | 16 | 113 | 72 | 102 |
| Binary | 11000010 | 11011011 | 1110110 | 1011 | 0 | 101110 | 1110 | 1001011 | 111010 | 1000010 |
Color Harmonies of #C2DB76
Complementary color
Monochromatic Colors of #C2DB76
Black with #C2DB76
Text Example
Text Example
White with #C2DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB76; }
p { color: rgb(194,219,118); }
H1.HeaderClassName
{
color: #C2DB76;
}
.AnyTagClassName
{
color: #C2DB76;
}
</style>
background-color css
<style>
a { background-color: #C2DB76; }
a { background-color: rgb(194,219,118); }
div.DivClassName
{
background-color: #C2DB76;
}
.BgClassName
{
background-color: #C2DB76;
}
</style>
border-color css
<style>
span { border-color: #C2DB76; }
span { border-color: rgb(194,219,118); }
td.TdClassName
{
border-color: #C2DB76;
}
.TagClassName
{
border-color: #C2DB76;
}
</style>