Shades of Reef #C2EC99
Tints of Reef #C2EC99
RGB
CMYK
RGB Variations
Color information
#C2EC99 (or 0xC2EC99) is known color: Reef. HEX triplet: C2, EC and 99. RGB value is (194,236,153). Sum of RGB (Red+Green+Blue) = 194+236+153=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC99 is #3D1366. Grayscale: #D6D6D6. Windows color (decimal): -4002663 or 10087618. OLE color: 10087618.
HSL color Cylindrical-coordinate representation of color #C2EC99: hue angle of 90.36º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2EC99 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 153 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.07 |
| HSL | 90.36º | 0.69% | 0.76% | - |
| HSV(B) | 90.36º | 0.35% | 0.93% | - |
| XYZ | 57.99 | 73.76 | 41.32 | - |
| YUV | 213.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 153 | 0.18 | 0 | 0.35 | 0.07 | 90.36 | 0.69 | 0.76 |
| Hex | C2 | EC | 99 | 12 | 0 | 23 | 7 | 5A | 45 | 4C |
| Octal | 302 | 354 | 231 | 22 | 0 | 43 | 7 | 132 | 105 | 114 |
| Binary | 11000010 | 11101100 | 10011001 | 10010 | 0 | 100011 | 111 | 1011010 | 1000101 | 1001100 |
Color Harmonies of #C2EC99
Complementary color
Monochromatic Colors of #C2EC99
Black with #C2EC99
Text Example
Text Example
White with #C2EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC99; }
p { color: rgb(194,236,153); }
H1.HeaderClassName
{
color: #C2EC99;
}
.AnyTagClassName
{
color: #C2EC99;
}
</style>
background-color css
<style>
a { background-color: #C2EC99; }
a { background-color: rgb(194,236,153); }
div.DivClassName
{
background-color: #C2EC99;
}
.BgClassName
{
background-color: #C2EC99;
}
</style>
border-color css
<style>
span { border-color: #C2EC99; }
span { border-color: rgb(194,236,153); }
td.TdClassName
{
border-color: #C2EC99;
}
.TagClassName
{
border-color: #C2EC99;
}
</style>