Shades of Sulu #C2DC7C
Tints of Sulu #C2DC7C
RGB
CMYK
RGB Variations
Color information
#C2DC7C (or 0xC2DC7C) is known color: Sulu. HEX triplet: C2, DC and 7C. RGB value is (194,220,124). Sum of RGB (Red+Green+Blue) = 194+220+124=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC7C is #3D2383. Grayscale: #C9C9C9. Windows color (decimal): -4006788 or 8182978. OLE color: 8182978.
HSL color Cylindrical-coordinate representation of color #C2DC7C: hue angle of 76.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2DC7C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 124 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.14 |
| HSL | 76.25º | 0.58% | 0.67% | - |
| HSV(B) | 76.25º | 0.44% | 0.86% | - |
| XYZ | 51.48 | 64.11 | 28.73 | - |
| YUV | 201.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 124 | 0.12 | 0 | 0.44 | 0.14 | 76.25 | 0.58 | 0.67 |
| Hex | C2 | DC | 7C | C | 0 | 2C | E | 4C | 3A | 43 |
| Octal | 302 | 334 | 174 | 14 | 0 | 54 | 16 | 114 | 72 | 103 |
| Binary | 11000010 | 11011100 | 1111100 | 1100 | 0 | 101100 | 1110 | 1001100 | 111010 | 1000011 |
Color Harmonies of #C2DC7C
Complementary color
Monochromatic Colors of #C2DC7C
Black with #C2DC7C
Text Example
Text Example
White with #C2DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC7C; }
p { color: rgb(194,220,124); }
H1.HeaderClassName
{
color: #C2DC7C;
}
.AnyTagClassName
{
color: #C2DC7C;
}
</style>
background-color css
<style>
a { background-color: #C2DC7C; }
a { background-color: rgb(194,220,124); }
div.DivClassName
{
background-color: #C2DC7C;
}
.BgClassName
{
background-color: #C2DC7C;
}
</style>
border-color css
<style>
span { border-color: #C2DC7C; }
span { border-color: rgb(194,220,124); }
td.TdClassName
{
border-color: #C2DC7C;
}
.TagClassName
{
border-color: #C2DC7C;
}
</style>