Shades of Sulu #C2EB80
Tints of Sulu #C2EB80
RGB
CMYK
RGB Variations
Color information
#C2EB80 (or 0xC2EB80) is known color: Sulu. HEX triplet: C2, EB and 80. RGB value is (194,235,128). Sum of RGB (Red+Green+Blue) = 194+235+128=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB80 is #3D147F. Grayscale: #D2D2D2. Windows color (decimal): -4002944 or 8448962. OLE color: 8448962.
HSL color Cylindrical-coordinate representation of color #C2EB80: hue angle of 82.99º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EB80 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 128 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.08 |
| HSL | 82.99º | 0.73% | 0.71% | - |
| HSV(B) | 82.99º | 0.46% | 0.92% | - |
| XYZ | 55.85 | 72.44 | 31.46 | - |
| YUV | 210.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 128 | 0.17 | 0 | 0.46 | 0.08 | 82.99 | 0.73 | 0.71 |
| Hex | C2 | EB | 80 | 11 | 0 | 2E | 8 | 53 | 49 | 47 |
| Octal | 302 | 353 | 200 | 21 | 0 | 56 | 10 | 123 | 111 | 107 |
| Binary | 11000010 | 11101011 | 10000000 | 10001 | 0 | 101110 | 1000 | 1010011 | 1001001 | 1000111 |
Color Harmonies of #C2EB80
Complementary color
Monochromatic Colors of #C2EB80
Black with #C2EB80
Text Example
Text Example
White with #C2EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB80; }
p { color: rgb(194,235,128); }
H1.HeaderClassName
{
color: #C2EB80;
}
.AnyTagClassName
{
color: #C2EB80;
}
</style>
background-color css
<style>
a { background-color: #C2EB80; }
a { background-color: rgb(194,235,128); }
div.DivClassName
{
background-color: #C2EB80;
}
.BgClassName
{
background-color: #C2EB80;
}
</style>
border-color css
<style>
span { border-color: #C2EB80; }
span { border-color: rgb(194,235,128); }
td.TdClassName
{
border-color: #C2EB80;
}
.TagClassName
{
border-color: #C2EB80;
}
</style>