Shades of Sulu #C2EC80
Tints of Sulu #C2EC80
RGB
CMYK
RGB Variations
Color information
#C2EC80 (or 0xC2EC80) is known color: Sulu. HEX triplet: C2, EC and 80. RGB value is (194,236,128). Sum of RGB (Red+Green+Blue) = 194+236+128=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC80 is #3D137F. Grayscale: #D3D3D3. Windows color (decimal): -4002688 or 8449218. OLE color: 8449218.
HSL color Cylindrical-coordinate representation of color #C2EC80: hue angle of 83.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EC80 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 128 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.07 |
| HSL | 83.33º | 0.74% | 0.71% | - |
| HSV(B) | 83.33º | 0.46% | 0.93% | - |
| XYZ | 56.14 | 73.02 | 31.56 | - |
| YUV | 211.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 128 | 0.18 | 0 | 0.46 | 0.07 | 83.33 | 0.74 | 0.71 |
| Hex | C2 | EC | 80 | 12 | 0 | 2E | 7 | 53 | 4A | 47 |
| Octal | 302 | 354 | 200 | 22 | 0 | 56 | 7 | 123 | 112 | 107 |
| Binary | 11000010 | 11101100 | 10000000 | 10010 | 0 | 101110 | 111 | 1010011 | 1001010 | 1000111 |
Color Harmonies of #C2EC80
Complementary color
Monochromatic Colors of #C2EC80
Black with #C2EC80
Text Example
Text Example
White with #C2EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC80; }
p { color: rgb(194,236,128); }
H1.HeaderClassName
{
color: #C2EC80;
}
.AnyTagClassName
{
color: #C2EC80;
}
</style>
background-color css
<style>
a { background-color: #C2EC80; }
a { background-color: rgb(194,236,128); }
div.DivClassName
{
background-color: #C2EC80;
}
.BgClassName
{
background-color: #C2EC80;
}
</style>
border-color css
<style>
span { border-color: #C2EC80; }
span { border-color: rgb(194,236,128); }
td.TdClassName
{
border-color: #C2EC80;
}
.TagClassName
{
border-color: #C2EC80;
}
</style>