Shades of Sulu #C2DD71
Tints of Sulu #C2DD71
RGB
CMYK
RGB Variations
Color information
#C2DD71 (or 0xC2DD71) is known color: Sulu. HEX triplet: C2, DD and 71. RGB value is (194,221,113). Sum of RGB (Red+Green+Blue) = 194+221+113=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD71 is #3D228E. Grayscale: #C9C9C9. Windows color (decimal): -4006543 or 7462338. OLE color: 7462338.
HSL color Cylindrical-coordinate representation of color #C2DD71: hue angle of 75º degrees, saturation: 0.61, 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 #C2DD71 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 113 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.13 |
| HSL | 75º | 0.61% | 0.65% | - |
| HSV(B) | 75º | 0.49% | 0.87% | - |
| XYZ | 51.09 | 64.37 | 25.36 | - |
| YUV | 200.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 113 | 0.12 | 0 | 0.49 | 0.13 | 75 | 0.61 | 0.65 |
| Hex | C2 | DD | 71 | C | 0 | 31 | D | 4B | 3D | 41 |
| Octal | 302 | 335 | 161 | 14 | 0 | 61 | 15 | 113 | 75 | 101 |
| Binary | 11000010 | 11011101 | 1110001 | 1100 | 0 | 110001 | 1101 | 1001011 | 111101 | 1000001 |
Color Harmonies of #C2DD71
Complementary color
Monochromatic Colors of #C2DD71
Black with #C2DD71
Text Example
Text Example
White with #C2DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD71; }
p { color: rgb(194,221,113); }
H1.HeaderClassName
{
color: #C2DD71;
}
.AnyTagClassName
{
color: #C2DD71;
}
</style>
background-color css
<style>
a { background-color: #C2DD71; }
a { background-color: rgb(194,221,113); }
div.DivClassName
{
background-color: #C2DD71;
}
.BgClassName
{
background-color: #C2DD71;
}
</style>
border-color css
<style>
span { border-color: #C2DD71; }
span { border-color: rgb(194,221,113); }
td.TdClassName
{
border-color: #C2DD71;
}
.TagClassName
{
border-color: #C2DD71;
}
</style>