Shades of Sulu #C2EB8E
Tints of Sulu #C2EB8E
RGB
CMYK
RGB Variations
Color information
#C2EB8E (or 0xC2EB8E) is known color: Sulu. HEX triplet: C2, EB and 8E. RGB value is (194,235,142). Sum of RGB (Red+Green+Blue) = 194+235+142=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB8E is #3D1471. Grayscale: #D4D4D4. Windows color (decimal): -4002930 or 9366466. OLE color: 9366466.
HSL color Cylindrical-coordinate representation of color #C2EB8E: hue angle of 86.45º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2EB8E is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 142 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.08 |
| HSL | 86.45º | 0.7% | 0.74% | - |
| HSV(B) | 86.45º | 0.4% | 0.92% | - |
| XYZ | 56.84 | 72.84 | 36.65 | - |
| YUV | 212.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 142 | 0.17 | 0 | 0.40 | 0.08 | 86.45 | 0.7 | 0.74 |
| Hex | C2 | EB | 8E | 11 | 0 | 28 | 8 | 56 | 46 | 4A |
| Octal | 302 | 353 | 216 | 21 | 0 | 50 | 10 | 126 | 106 | 112 |
| Binary | 11000010 | 11101011 | 10001110 | 10001 | 0 | 101000 | 1000 | 1010110 | 1000110 | 1001010 |
Color Harmonies of #C2EB8E
Complementary color
Monochromatic Colors of #C2EB8E
Black with #C2EB8E
Text Example
Text Example
White with #C2EB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB8E; }
p { color: rgb(194,235,142); }
H1.HeaderClassName
{
color: #C2EB8E;
}
.AnyTagClassName
{
color: #C2EB8E;
}
</style>
background-color css
<style>
a { background-color: #C2EB8E; }
a { background-color: rgb(194,235,142); }
div.DivClassName
{
background-color: #C2EB8E;
}
.BgClassName
{
background-color: #C2EB8E;
}
</style>
border-color css
<style>
span { border-color: #C2EB8E; }
span { border-color: rgb(194,235,142); }
td.TdClassName
{
border-color: #C2EB8E;
}
.TagClassName
{
border-color: #C2EB8E;
}
</style>