Shades of Sulu #C2DC7E
Tints of Sulu #C2DC7E
RGB
CMYK
RGB Variations
Color information
#C2DC7E (or 0xC2DC7E) is known color: Sulu. HEX triplet: C2, DC and 7E. RGB value is (194,220,126). Sum of RGB (Red+Green+Blue) = 194+220+126=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC7E is #3D2381. Grayscale: #C9C9C9. Windows color (decimal): -4006786 or 8314050. OLE color: 8314050.
HSL color Cylindrical-coordinate representation of color #C2DC7E: hue angle of 76.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2DC7E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 126 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.14 |
| HSL | 76.6º | 0.57% | 0.68% | - |
| HSV(B) | 76.6º | 0.43% | 0.86% | - |
| XYZ | 51.61 | 64.16 | 29.4 | - |
| YUV | 201.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 126 | 0.12 | 0 | 0.43 | 0.14 | 76.6 | 0.57 | 0.68 |
| Hex | C2 | DC | 7E | C | 0 | 2B | E | 4D | 39 | 44 |
| Octal | 302 | 334 | 176 | 14 | 0 | 53 | 16 | 115 | 71 | 104 |
| Binary | 11000010 | 11011100 | 1111110 | 1100 | 0 | 101011 | 1110 | 1001101 | 111001 | 1000100 |
Color Harmonies of #C2DC7E
Complementary color
Monochromatic Colors of #C2DC7E
Black with #C2DC7E
Text Example
Text Example
White with #C2DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC7E; }
p { color: rgb(194,220,126); }
H1.HeaderClassName
{
color: #C2DC7E;
}
.AnyTagClassName
{
color: #C2DC7E;
}
</style>
background-color css
<style>
a { background-color: #C2DC7E; }
a { background-color: rgb(194,220,126); }
div.DivClassName
{
background-color: #C2DC7E;
}
.BgClassName
{
background-color: #C2DC7E;
}
</style>
border-color css
<style>
span { border-color: #C2DC7E; }
span { border-color: rgb(194,220,126); }
td.TdClassName
{
border-color: #C2DC7E;
}
.TagClassName
{
border-color: #C2DC7E;
}
</style>