Shades of Reef #C2FE9D
Tints of Reef #C2FE9D
RGB
CMYK
RGB Variations
Color information
#C2FE9D (or 0xC2FE9D) is known color: Reef. HEX triplet: C2, FE and 9D. RGB value is (194,254,157). Sum of RGB (Red+Green+Blue) = 194+254+157=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE9D is #3D0162. Grayscale: #E1E1E1. Windows color (decimal): -3998051 or 10354370. OLE color: 10354370.
HSL color Cylindrical-coordinate representation of color #C2FE9D: hue angle of 97.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FE9D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 157 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.00 |
| HSL | 97.11º | 0.98% | 0.81% | - |
| HSV(B) | 97.11º | 0.38% | 1% | - |
| XYZ | 63.78 | 84.79 | 44.9 | - |
| YUV | 225 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 157 | 0.24 | 0 | 0.38 | 0.00 | 97.11 | 0.98 | 0.81 |
| Hex | C2 | FE | 9D | 18 | 0 | 26 | 0 | 61 | 62 | 51 |
| Octal | 302 | 376 | 235 | 30 | 0 | 46 | 0 | 141 | 142 | 121 |
| Binary | 11000010 | 11111110 | 10011101 | 11000 | 0 | 100110 | 0 | 1100001 | 1100010 | 1010001 |
Color Harmonies of #C2FE9D
Complementary color
Monochromatic Colors of #C2FE9D
Black with #C2FE9D
Text Example
Text Example
White with #C2FE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE9D; }
p { color: rgb(194,254,157); }
H1.HeaderClassName
{
color: #C2FE9D;
}
.AnyTagClassName
{
color: #C2FE9D;
}
</style>
background-color css
<style>
a { background-color: #C2FE9D; }
a { background-color: rgb(194,254,157); }
div.DivClassName
{
background-color: #C2FE9D;
}
.BgClassName
{
background-color: #C2FE9D;
}
</style>
border-color css
<style>
span { border-color: #C2FE9D; }
span { border-color: rgb(194,254,157); }
td.TdClassName
{
border-color: #C2FE9D;
}
.TagClassName
{
border-color: #C2FE9D;
}
</style>