Shades of Reef #C2EF98
Tints of Reef #C2EF98
RGB
CMYK
RGB Variations
Color information
#C2EF98 (or 0xC2EF98) is known color: Reef. HEX triplet: C2, EF and 98. RGB value is (194,239,152). Sum of RGB (Red+Green+Blue) = 194+239+152=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF98 is #3D1067. Grayscale: #D7D7D7. Windows color (decimal): -4001896 or 10022850. OLE color: 10022850.
HSL color Cylindrical-coordinate representation of color #C2EF98: hue angle of 91.03º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2EF98 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 152 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.06 |
| HSL | 91.03º | 0.73% | 0.77% | - |
| HSV(B) | 91.03º | 0.36% | 0.94% | - |
| XYZ | 58.78 | 75.47 | 41.17 | - |
| YUV | 215.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 152 | 0.19 | 0 | 0.36 | 0.06 | 91.03 | 0.73 | 0.77 |
| Hex | C2 | EF | 98 | 13 | 0 | 24 | 6 | 5B | 49 | 4D |
| Octal | 302 | 357 | 230 | 23 | 0 | 44 | 6 | 133 | 111 | 115 |
| Binary | 11000010 | 11101111 | 10011000 | 10011 | 0 | 100100 | 110 | 1011011 | 1001001 | 1001101 |
Color Harmonies of #C2EF98
Complementary color
Monochromatic Colors of #C2EF98
Black with #C2EF98
Text Example
Text Example
White with #C2EF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF98; }
p { color: rgb(194,239,152); }
H1.HeaderClassName
{
color: #C2EF98;
}
.AnyTagClassName
{
color: #C2EF98;
}
</style>
background-color css
<style>
a { background-color: #C2EF98; }
a { background-color: rgb(194,239,152); }
div.DivClassName
{
background-color: #C2EF98;
}
.BgClassName
{
background-color: #C2EF98;
}
</style>
border-color css
<style>
span { border-color: #C2EF98; }
span { border-color: rgb(194,239,152); }
td.TdClassName
{
border-color: #C2EF98;
}
.TagClassName
{
border-color: #C2EF98;
}
</style>