Shades of Reef #C2F49B
Tints of Reef #C2F49B
RGB
CMYK
RGB Variations
Color information
#C2F49B (or 0xC2F49B) is known color: Reef. HEX triplet: C2, F4 and 9B. RGB value is (194,244,155). Sum of RGB (Red+Green+Blue) = 194+244+155=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F49B is #3D0B64. Grayscale: #DBDBDB. Windows color (decimal): -4000613 or 10220738. OLE color: 10220738.
HSL color Cylindrical-coordinate representation of color #C2F49B: hue angle of 93.71º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2F49B is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 155 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.04 |
| HSL | 93.71º | 0.8% | 0.78% | - |
| HSV(B) | 93.71º | 0.36% | 0.96% | - |
| XYZ | 60.52 | 78.54 | 42.98 | - |
| YUV | 218.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 155 | 0.20 | 0 | 0.36 | 0.04 | 93.71 | 0.8 | 0.78 |
| Hex | C2 | F4 | 9B | 14 | 0 | 24 | 4 | 5E | 50 | 4E |
| Octal | 302 | 364 | 233 | 24 | 0 | 44 | 4 | 136 | 120 | 116 |
| Binary | 11000010 | 11110100 | 10011011 | 10100 | 0 | 100100 | 100 | 1011110 | 1010000 | 1001110 |
Color Harmonies of #C2F49B
Complementary color
Monochromatic Colors of #C2F49B
Black with #C2F49B
Text Example
Text Example
White with #C2F49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F49B; }
p { color: rgb(194,244,155); }
H1.HeaderClassName
{
color: #C2F49B;
}
.AnyTagClassName
{
color: #C2F49B;
}
</style>
background-color css
<style>
a { background-color: #C2F49B; }
a { background-color: rgb(194,244,155); }
div.DivClassName
{
background-color: #C2F49B;
}
.BgClassName
{
background-color: #C2F49B;
}
</style>
border-color css
<style>
span { border-color: #C2F49B; }
span { border-color: rgb(194,244,155); }
td.TdClassName
{
border-color: #C2F49B;
}
.TagClassName
{
border-color: #C2F49B;
}
</style>