Shades of Sulu #C2DA70
Tints of Sulu #C2DA70
RGB
CMYK
RGB Variations
Color information
#C2DA70 (or 0xC2DA70) is known color: Sulu. HEX triplet: C2, DA and 70. RGB value is (194,218,112). Sum of RGB (Red+Green+Blue) = 194+218+112=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA70 is #3D258F. Grayscale: #C7C7C7. Windows color (decimal): -4007312 or 7396034. OLE color: 7396034.
HSL color Cylindrical-coordinate representation of color #C2DA70: hue angle of 73.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2DA70 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 112 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.15 |
| HSL | 73.58º | 0.59% | 0.65% | - |
| HSV(B) | 73.58º | 0.49% | 0.85% | - |
| XYZ | 50.24 | 62.78 | 24.8 | - |
| YUV | 198.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 112 | 0.11 | 0 | 0.49 | 0.15 | 73.58 | 0.59 | 0.65 |
| Hex | C2 | DA | 70 | B | 0 | 31 | F | 4A | 3B | 41 |
| Octal | 302 | 332 | 160 | 13 | 0 | 61 | 17 | 112 | 73 | 101 |
| Binary | 11000010 | 11011010 | 1110000 | 1011 | 0 | 110001 | 1111 | 1001010 | 111011 | 1000001 |
Color Harmonies of #C2DA70
Complementary color
Monochromatic Colors of #C2DA70
Black with #C2DA70
Text Example
Text Example
White with #C2DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA70; }
p { color: rgb(194,218,112); }
H1.HeaderClassName
{
color: #C2DA70;
}
.AnyTagClassName
{
color: #C2DA70;
}
</style>
background-color css
<style>
a { background-color: #C2DA70; }
a { background-color: rgb(194,218,112); }
div.DivClassName
{
background-color: #C2DA70;
}
.BgClassName
{
background-color: #C2DA70;
}
</style>
border-color css
<style>
span { border-color: #C2DA70; }
span { border-color: rgb(194,218,112); }
td.TdClassName
{
border-color: #C2DA70;
}
.TagClassName
{
border-color: #C2DA70;
}
</style>