Shades of Reef #C2E098
Tints of Reef #C2E098
RGB
CMYK
RGB Variations
Color information
#C2E098 (or 0xC2E098) is known color: Reef. HEX triplet: C2, E0 and 98. RGB value is (194,224,152). Sum of RGB (Red+Green+Blue) = 194+224+152=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E098 is #3D1F67. Grayscale: #CFCFCF. Windows color (decimal): -4005736 or 10019010. OLE color: 10019010.
HSL color Cylindrical-coordinate representation of color #C2E098: hue angle of 85º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2E098 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 152 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.12 |
| HSL | 85º | 0.54% | 0.74% | - |
| HSV(B) | 85º | 0.32% | 0.88% | - |
| XYZ | 54.57 | 67.05 | 39.77 | - |
| YUV | 206.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 152 | 0.13 | 0 | 0.32 | 0.12 | 85 | 0.54 | 0.74 |
| Hex | C2 | E0 | 98 | D | 0 | 20 | C | 55 | 36 | 4A |
| Octal | 302 | 340 | 230 | 15 | 0 | 40 | 14 | 125 | 66 | 112 |
| Binary | 11000010 | 11100000 | 10011000 | 1101 | 0 | 100000 | 1100 | 1010101 | 110110 | 1001010 |
Color Harmonies of #C2E098
Complementary color
Monochromatic Colors of #C2E098
Black with #C2E098
Text Example
Text Example
White with #C2E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E098; }
p { color: rgb(194,224,152); }
H1.HeaderClassName
{
color: #C2E098;
}
.AnyTagClassName
{
color: #C2E098;
}
</style>
background-color css
<style>
a { background-color: #C2E098; }
a { background-color: rgb(194,224,152); }
div.DivClassName
{
background-color: #C2E098;
}
.BgClassName
{
background-color: #C2E098;
}
</style>
border-color css
<style>
span { border-color: #C2E098; }
span { border-color: rgb(194,224,152); }
td.TdClassName
{
border-color: #C2E098;
}
.TagClassName
{
border-color: #C2E098;
}
</style>