Shades of Sulu #C2EE8E
Tints of Sulu #C2EE8E
RGB
CMYK
RGB Variations
Color information
#C2EE8E (or 0xC2EE8E) is known color: Sulu. HEX triplet: C2, EE and 8E. RGB value is (194,238,142). Sum of RGB (Red+Green+Blue) = 194+238+142=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EE8E is #3D1171. Grayscale: #D6D6D6. Windows color (decimal): -4002162 or 9367234. OLE color: 9367234.
HSL color Cylindrical-coordinate representation of color #C2EE8E: hue angle of 87.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2EE8E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 142 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.07 |
| HSL | 87.5º | 0.74% | 0.75% | - |
| HSV(B) | 87.5º | 0.4% | 0.93% | - |
| XYZ | 57.71 | 74.57 | 36.94 | - |
| YUV | 213.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 142 | 0.18 | 0 | 0.40 | 0.07 | 87.5 | 0.74 | 0.75 |
| Hex | C2 | EE | 8E | 12 | 0 | 28 | 7 | 57 | 4A | 4B |
| Octal | 302 | 356 | 216 | 22 | 0 | 50 | 7 | 127 | 112 | 113 |
| Binary | 11000010 | 11101110 | 10001110 | 10010 | 0 | 101000 | 111 | 1010111 | 1001010 | 1001011 |
Color Harmonies of #C2EE8E
Complementary color
Monochromatic Colors of #C2EE8E
Black with #C2EE8E
Text Example
Text Example
White with #C2EE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE8E; }
p { color: rgb(194,238,142); }
H1.HeaderClassName
{
color: #C2EE8E;
}
.AnyTagClassName
{
color: #C2EE8E;
}
</style>
background-color css
<style>
a { background-color: #C2EE8E; }
a { background-color: rgb(194,238,142); }
div.DivClassName
{
background-color: #C2EE8E;
}
.BgClassName
{
background-color: #C2EE8E;
}
</style>
border-color css
<style>
span { border-color: #C2EE8E; }
span { border-color: rgb(194,238,142); }
td.TdClassName
{
border-color: #C2EE8E;
}
.TagClassName
{
border-color: #C2EE8E;
}
</style>