Shades of Sulu #C2DC79
Tints of Sulu #C2DC79
RGB
CMYK
RGB Variations
Color information
#C2DC79 (or 0xC2DC79) is known color: Sulu. HEX triplet: C2, DC and 79. RGB value is (194,220,121). Sum of RGB (Red+Green+Blue) = 194+220+121=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC79 is #3D2386. Grayscale: #C9C9C9. Windows color (decimal): -4006791 or 7986370. OLE color: 7986370.
HSL color Cylindrical-coordinate representation of color #C2DC79: hue angle of 75.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2DC79 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 121 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.14 |
| HSL | 75.76º | 0.59% | 0.67% | - |
| HSV(B) | 75.76º | 0.45% | 0.86% | - |
| XYZ | 51.29 | 64.04 | 27.75 | - |
| YUV | 200.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 121 | 0.12 | 0 | 0.45 | 0.14 | 75.76 | 0.59 | 0.67 |
| Hex | C2 | DC | 79 | C | 0 | 2D | E | 4C | 3B | 43 |
| Octal | 302 | 334 | 171 | 14 | 0 | 55 | 16 | 114 | 73 | 103 |
| Binary | 11000010 | 11011100 | 1111001 | 1100 | 0 | 101101 | 1110 | 1001100 | 111011 | 1000011 |
Color Harmonies of #C2DC79
Complementary color
Monochromatic Colors of #C2DC79
Black with #C2DC79
Text Example
Text Example
White with #C2DC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC79; }
p { color: rgb(194,220,121); }
H1.HeaderClassName
{
color: #C2DC79;
}
.AnyTagClassName
{
color: #C2DC79;
}
</style>
background-color css
<style>
a { background-color: #C2DC79; }
a { background-color: rgb(194,220,121); }
div.DivClassName
{
background-color: #C2DC79;
}
.BgClassName
{
background-color: #C2DC79;
}
</style>
border-color css
<style>
span { border-color: #C2DC79; }
span { border-color: rgb(194,220,121); }
td.TdClassName
{
border-color: #C2DC79;
}
.TagClassName
{
border-color: #C2DC79;
}
</style>