Shades of Reef #C2E298
Tints of Reef #C2E298
RGB
CMYK
RGB Variations
Color information
#C2E298 (or 0xC2E298) is known color: Reef. HEX triplet: C2, E2 and 98. RGB value is (194,226,152). Sum of RGB (Red+Green+Blue) = 194+226+152=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E298 is #3D1D67. Grayscale: #D0D0D0. Windows color (decimal): -4005224 or 10019522. OLE color: 10019522.
HSL color Cylindrical-coordinate representation of color #C2E298: hue angle of 85.95º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E298 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 152 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.11 |
| HSL | 85.95º | 0.56% | 0.74% | - |
| HSV(B) | 85.95º | 0.33% | 0.89% | - |
| XYZ | 55.11 | 68.13 | 39.95 | - |
| YUV | 208 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 152 | 0.14 | 0 | 0.33 | 0.11 | 85.95 | 0.56 | 0.74 |
| Hex | C2 | E2 | 98 | E | 0 | 21 | B | 56 | 38 | 4A |
| Octal | 302 | 342 | 230 | 16 | 0 | 41 | 13 | 126 | 70 | 112 |
| Binary | 11000010 | 11100010 | 10011000 | 1110 | 0 | 100001 | 1011 | 1010110 | 111000 | 1001010 |
Color Harmonies of #C2E298
Complementary color
Monochromatic Colors of #C2E298
Black with #C2E298
Text Example
Text Example
White with #C2E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E298; }
p { color: rgb(194,226,152); }
H1.HeaderClassName
{
color: #C2E298;
}
.AnyTagClassName
{
color: #C2E298;
}
</style>
background-color css
<style>
a { background-color: #C2E298; }
a { background-color: rgb(194,226,152); }
div.DivClassName
{
background-color: #C2E298;
}
.BgClassName
{
background-color: #C2E298;
}
</style>
border-color css
<style>
span { border-color: #C2E298; }
span { border-color: rgb(194,226,152); }
td.TdClassName
{
border-color: #C2E298;
}
.TagClassName
{
border-color: #C2E298;
}
</style>