Shades of Sulu #C2DD70
Tints of Sulu #C2DD70
RGB
CMYK
RGB Variations
Color information
#C2DD70 (or 0xC2DD70) is known color: Sulu. HEX triplet: C2, DD and 70. RGB value is (194,221,112). Sum of RGB (Red+Green+Blue) = 194+221+112=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD70 is #3D228F. Grayscale: #C8C8C8. Windows color (decimal): -4006544 or 7396802. OLE color: 7396802.
HSL color Cylindrical-coordinate representation of color #C2DD70: hue angle of 74.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2DD70 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 112 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.13 |
| HSL | 74.86º | 0.62% | 0.65% | - |
| HSV(B) | 74.86º | 0.49% | 0.87% | - |
| XYZ | 51.03 | 64.35 | 25.06 | - |
| YUV | 200.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 112 | 0.12 | 0 | 0.49 | 0.13 | 74.86 | 0.62 | 0.65 |
| Hex | C2 | DD | 70 | C | 0 | 31 | D | 4B | 3E | 41 |
| Octal | 302 | 335 | 160 | 14 | 0 | 61 | 15 | 113 | 76 | 101 |
| Binary | 11000010 | 11011101 | 1110000 | 1100 | 0 | 110001 | 1101 | 1001011 | 111110 | 1000001 |
Color Harmonies of #C2DD70
Complementary color
Monochromatic Colors of #C2DD70
Black with #C2DD70
Text Example
Text Example
White with #C2DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD70; }
p { color: rgb(194,221,112); }
H1.HeaderClassName
{
color: #C2DD70;
}
.AnyTagClassName
{
color: #C2DD70;
}
</style>
background-color css
<style>
a { background-color: #C2DD70; }
a { background-color: rgb(194,221,112); }
div.DivClassName
{
background-color: #C2DD70;
}
.BgClassName
{
background-color: #C2DD70;
}
</style>
border-color css
<style>
span { border-color: #C2DD70; }
span { border-color: rgb(194,221,112); }
td.TdClassName
{
border-color: #C2DD70;
}
.TagClassName
{
border-color: #C2DD70;
}
</style>