Shades of Reef #C2E29D
Tints of Reef #C2E29D
RGB
CMYK
RGB Variations
Color information
#C2E29D (or 0xC2E29D) is known color: Reef. HEX triplet: C2, E2 and 9D. RGB value is (194,226,157). Sum of RGB (Red+Green+Blue) = 194+226+157=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E29D is #3D1D62. Grayscale: #D0D0D0. Windows color (decimal): -4005219 or 10347202. OLE color: 10347202.
HSL color Cylindrical-coordinate representation of color #C2E29D: hue angle of 87.83º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2E29D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 157 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.11 |
| HSL | 87.83º | 0.54% | 0.75% | - |
| HSV(B) | 87.83º | 0.31% | 0.89% | - |
| XYZ | 55.53 | 68.3 | 42.15 | - |
| YUV | 208.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 157 | 0.14 | 0 | 0.31 | 0.11 | 87.83 | 0.54 | 0.75 |
| Hex | C2 | E2 | 9D | E | 0 | 1F | B | 58 | 36 | 4B |
| Octal | 302 | 342 | 235 | 16 | 0 | 37 | 13 | 130 | 66 | 113 |
| Binary | 11000010 | 11100010 | 10011101 | 1110 | 0 | 11111 | 1011 | 1011000 | 110110 | 1001011 |
Color Harmonies of #C2E29D
Complementary color
Monochromatic Colors of #C2E29D
Black with #C2E29D
Text Example
Text Example
White with #C2E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E29D; }
p { color: rgb(194,226,157); }
H1.HeaderClassName
{
color: #C2E29D;
}
.AnyTagClassName
{
color: #C2E29D;
}
</style>
background-color css
<style>
a { background-color: #C2E29D; }
a { background-color: rgb(194,226,157); }
div.DivClassName
{
background-color: #C2E29D;
}
.BgClassName
{
background-color: #C2E29D;
}
</style>
border-color css
<style>
span { border-color: #C2E29D; }
span { border-color: rgb(194,226,157); }
td.TdClassName
{
border-color: #C2E29D;
}
.TagClassName
{
border-color: #C2E29D;
}
</style>