Shades of Reef #C2FD9E
Tints of Reef #C2FD9E
RGB
CMYK
RGB Variations
Color information
#C2FD9E (or 0xC2FD9E) is known color: Reef. HEX triplet: C2, FD and 9E. RGB value is (194,253,158). Sum of RGB (Red+Green+Blue) = 194+253+158=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FD9E is #3D0261. Grayscale: #E0E0E0. Windows color (decimal): -3998306 or 10419650. OLE color: 10419650.
HSL color Cylindrical-coordinate representation of color #C2FD9E: hue angle of 97.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2FD9E is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 158 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.01 |
| HSL | 97.26º | 0.96% | 0.81% | - |
| HSV(B) | 97.26º | 0.38% | 0.99% | - |
| XYZ | 63.54 | 84.19 | 45.25 | - |
| YUV | 224.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 158 | 0.23 | 0 | 0.38 | 0.01 | 97.26 | 0.96 | 0.81 |
| Hex | C2 | FD | 9E | 17 | 0 | 26 | 1 | 61 | 60 | 51 |
| Octal | 302 | 375 | 236 | 27 | 0 | 46 | 1 | 141 | 140 | 121 |
| Binary | 11000010 | 11111101 | 10011110 | 10111 | 0 | 100110 | 1 | 1100001 | 1100000 | 1010001 |
Color Harmonies of #C2FD9E
Complementary color
Monochromatic Colors of #C2FD9E
Black with #C2FD9E
Text Example
Text Example
White with #C2FD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD9E; }
p { color: rgb(194,253,158); }
H1.HeaderClassName
{
color: #C2FD9E;
}
.AnyTagClassName
{
color: #C2FD9E;
}
</style>
background-color css
<style>
a { background-color: #C2FD9E; }
a { background-color: rgb(194,253,158); }
div.DivClassName
{
background-color: #C2FD9E;
}
.BgClassName
{
background-color: #C2FD9E;
}
</style>
border-color css
<style>
span { border-color: #C2FD9E; }
span { border-color: rgb(194,253,158); }
td.TdClassName
{
border-color: #C2FD9E;
}
.TagClassName
{
border-color: #C2FD9E;
}
</style>