Shades of Sulu #C2DD80
Tints of Sulu #C2DD80
RGB
CMYK
RGB Variations
Color information
#C2DD80 (or 0xC2DD80) is known color: Sulu. HEX triplet: C2, DD and 80. RGB value is (194,221,128). Sum of RGB (Red+Green+Blue) = 194+221+128=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD80 is #3D227F. Grayscale: #CACACA. Windows color (decimal): -4006528 or 8445378. OLE color: 8445378.
HSL color Cylindrical-coordinate representation of color #C2DD80: hue angle of 77.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2DD80 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 128 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.13 |
| HSL | 77.42º | 0.58% | 0.68% | - |
| HSV(B) | 77.42º | 0.42% | 0.87% | - |
| XYZ | 52 | 64.74 | 30.18 | - |
| YUV | 202.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 128 | 0.12 | 0 | 0.42 | 0.13 | 77.42 | 0.58 | 0.68 |
| Hex | C2 | DD | 80 | C | 0 | 2A | D | 4D | 3A | 44 |
| Octal | 302 | 335 | 200 | 14 | 0 | 52 | 15 | 115 | 72 | 104 |
| Binary | 11000010 | 11011101 | 10000000 | 1100 | 0 | 101010 | 1101 | 1001101 | 111010 | 1000100 |
Color Harmonies of #C2DD80
Complementary color
Monochromatic Colors of #C2DD80
Black with #C2DD80
Text Example
Text Example
White with #C2DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD80; }
p { color: rgb(194,221,128); }
H1.HeaderClassName
{
color: #C2DD80;
}
.AnyTagClassName
{
color: #C2DD80;
}
</style>
background-color css
<style>
a { background-color: #C2DD80; }
a { background-color: rgb(194,221,128); }
div.DivClassName
{
background-color: #C2DD80;
}
.BgClassName
{
background-color: #C2DD80;
}
</style>
border-color css
<style>
span { border-color: #C2DD80; }
span { border-color: rgb(194,221,128); }
td.TdClassName
{
border-color: #C2DD80;
}
.TagClassName
{
border-color: #C2DD80;
}
</style>