Shades of Sulu #C2DA72
Tints of Sulu #C2DA72
RGB
CMYK
RGB Variations
Color information
#C2DA72 (or 0xC2DA72) is known color: Sulu. HEX triplet: C2, DA and 72. RGB value is (194,218,114). Sum of RGB (Red+Green+Blue) = 194+218+114=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA72 is #3D258D. Grayscale: #C7C7C7. Windows color (decimal): -4007310 or 7527106. OLE color: 7527106.
HSL color Cylindrical-coordinate representation of color #C2DA72: hue angle of 73.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2DA72 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 114 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.15 |
| HSL | 73.85º | 0.58% | 0.65% | - |
| HSV(B) | 73.85º | 0.48% | 0.85% | - |
| XYZ | 50.36 | 62.83 | 25.39 | - |
| YUV | 198.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 114 | 0.11 | 0 | 0.48 | 0.15 | 73.85 | 0.58 | 0.65 |
| Hex | C2 | DA | 72 | B | 0 | 30 | F | 4A | 3A | 41 |
| Octal | 302 | 332 | 162 | 13 | 0 | 60 | 17 | 112 | 72 | 101 |
| Binary | 11000010 | 11011010 | 1110010 | 1011 | 0 | 110000 | 1111 | 1001010 | 111010 | 1000001 |
Color Harmonies of #C2DA72
Complementary color
Monochromatic Colors of #C2DA72
Black with #C2DA72
Text Example
Text Example
White with #C2DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA72; }
p { color: rgb(194,218,114); }
H1.HeaderClassName
{
color: #C2DA72;
}
.AnyTagClassName
{
color: #C2DA72;
}
</style>
background-color css
<style>
a { background-color: #C2DA72; }
a { background-color: rgb(194,218,114); }
div.DivClassName
{
background-color: #C2DA72;
}
.BgClassName
{
background-color: #C2DA72;
}
</style>
border-color css
<style>
span { border-color: #C2DA72; }
span { border-color: rgb(194,218,114); }
td.TdClassName
{
border-color: #C2DA72;
}
.TagClassName
{
border-color: #C2DA72;
}
</style>