Shades of Reef #C2E09A
Tints of Reef #C2E09A
RGB
CMYK
RGB Variations
Color information
#C2E09A (or 0xC2E09A) is known color: Reef. HEX triplet: C2, E0 and 9A. RGB value is (194,224,154). Sum of RGB (Red+Green+Blue) = 194+224+154=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E09A is #3D1F65. Grayscale: #CFCFCF. Windows color (decimal): -4005734 or 10150082. OLE color: 10150082.
HSL color Cylindrical-coordinate representation of color #C2E09A: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2E09A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 154 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.12 |
| HSL | 85.71º | 0.53% | 0.74% | - |
| HSV(B) | 85.71º | 0.31% | 0.88% | - |
| XYZ | 54.74 | 67.11 | 40.64 | - |
| YUV | 207.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 154 | 0.13 | 0 | 0.31 | 0.12 | 85.71 | 0.53 | 0.74 |
| Hex | C2 | E0 | 9A | D | 0 | 1F | C | 56 | 35 | 4A |
| Octal | 302 | 340 | 232 | 15 | 0 | 37 | 14 | 126 | 65 | 112 |
| Binary | 11000010 | 11100000 | 10011010 | 1101 | 0 | 11111 | 1100 | 1010110 | 110101 | 1001010 |
Color Harmonies of #C2E09A
Complementary color
Monochromatic Colors of #C2E09A
Black with #C2E09A
Text Example
Text Example
White with #C2E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E09A; }
p { color: rgb(194,224,154); }
H1.HeaderClassName
{
color: #C2E09A;
}
.AnyTagClassName
{
color: #C2E09A;
}
</style>
background-color css
<style>
a { background-color: #C2E09A; }
a { background-color: rgb(194,224,154); }
div.DivClassName
{
background-color: #C2E09A;
}
.BgClassName
{
background-color: #C2E09A;
}
</style>
border-color css
<style>
span { border-color: #C2E09A; }
span { border-color: rgb(194,224,154); }
td.TdClassName
{
border-color: #C2E09A;
}
.TagClassName
{
border-color: #C2E09A;
}
</style>