Shades of Reef #C2ED9E
Tints of Reef #C2ED9E
RGB
CMYK
RGB Variations
Color information
#C2ED9E (or 0xC2ED9E) is known color: Reef. HEX triplet: C2, ED and 9E. RGB value is (194,237,158). Sum of RGB (Red+Green+Blue) = 194+237+158=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED9E is #3D1261. Grayscale: #D7D7D7. Windows color (decimal): -4002402 or 10415554. OLE color: 10415554.
HSL color Cylindrical-coordinate representation of color #C2ED9E: hue angle of 92.66º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ED9E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 158 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.07 |
| HSL | 92.66º | 0.69% | 0.77% | - |
| HSV(B) | 92.66º | 0.33% | 0.93% | - |
| XYZ | 58.7 | 74.51 | 43.63 | - |
| YUV | 215.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 158 | 0.18 | 0 | 0.33 | 0.07 | 92.66 | 0.69 | 0.77 |
| Hex | C2 | ED | 9E | 12 | 0 | 21 | 7 | 5D | 45 | 4D |
| Octal | 302 | 355 | 236 | 22 | 0 | 41 | 7 | 135 | 105 | 115 |
| Binary | 11000010 | 11101101 | 10011110 | 10010 | 0 | 100001 | 111 | 1011101 | 1000101 | 1001101 |
Color Harmonies of #C2ED9E
Complementary color
Monochromatic Colors of #C2ED9E
Black with #C2ED9E
Text Example
Text Example
White with #C2ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED9E; }
p { color: rgb(194,237,158); }
H1.HeaderClassName
{
color: #C2ED9E;
}
.AnyTagClassName
{
color: #C2ED9E;
}
</style>
background-color css
<style>
a { background-color: #C2ED9E; }
a { background-color: rgb(194,237,158); }
div.DivClassName
{
background-color: #C2ED9E;
}
.BgClassName
{
background-color: #C2ED9E;
}
</style>
border-color css
<style>
span { border-color: #C2ED9E; }
span { border-color: rgb(194,237,158); }
td.TdClassName
{
border-color: #C2ED9E;
}
.TagClassName
{
border-color: #C2ED9E;
}
</style>