Shades of Reef #C2F99F
Tints of Reef #C2F99F
RGB
CMYK
RGB Variations
Color information
#C2F99F (or 0xC2F99F) is known color: Reef. HEX triplet: C2, F9 and 9F. RGB value is (194,249,159). Sum of RGB (Red+Green+Blue) = 194+249+159=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F99F is #3D0660. Grayscale: #DEDEDE. Windows color (decimal): -3999329 or 10484162. OLE color: 10484162.
HSL color Cylindrical-coordinate representation of color #C2F99F: hue angle of 96.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2F99F is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 159 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.02 |
| HSL | 96.67º | 0.88% | 0.8% | - |
| HSV(B) | 96.67º | 0.36% | 0.98% | - |
| XYZ | 62.38 | 81.72 | 45.29 | - |
| YUV | 222.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 159 | 0.22 | 0 | 0.36 | 0.02 | 96.67 | 0.88 | 0.8 |
| Hex | C2 | F9 | 9F | 16 | 0 | 24 | 2 | 61 | 58 | 50 |
| Octal | 302 | 371 | 237 | 26 | 0 | 44 | 2 | 141 | 130 | 120 |
| Binary | 11000010 | 11111001 | 10011111 | 10110 | 0 | 100100 | 10 | 1100001 | 1011000 | 1010000 |
Color Harmonies of #C2F99F
Complementary color
Monochromatic Colors of #C2F99F
Black with #C2F99F
Text Example
Text Example
White with #C2F99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F99F; }
p { color: rgb(194,249,159); }
H1.HeaderClassName
{
color: #C2F99F;
}
.AnyTagClassName
{
color: #C2F99F;
}
</style>
background-color css
<style>
a { background-color: #C2F99F; }
a { background-color: rgb(194,249,159); }
div.DivClassName
{
background-color: #C2F99F;
}
.BgClassName
{
background-color: #C2F99F;
}
</style>
border-color css
<style>
span { border-color: #C2F99F; }
span { border-color: rgb(194,249,159); }
td.TdClassName
{
border-color: #C2F99F;
}
.TagClassName
{
border-color: #C2F99F;
}
</style>