Shades of Reef #C7F29F
Tints of Reef #C7F29F
RGB
CMYK
RGB Variations
Color information
#C7F29F (or 0xC7F29F) is known color: Reef. HEX triplet: C7, F2 and 9F. RGB value is (199,242,159). Sum of RGB (Red+Green+Blue) = 199+242+159=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F29F is #380D60. Grayscale: #DBDBDB. Windows color (decimal): -3673441 or 10482375. OLE color: 10482375.
HSL color Cylindrical-coordinate representation of color #C7F29F: hue angle of 91.08º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7F29F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 159 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.05 |
| HSL | 91.08º | 0.76% | 0.79% | - |
| HSV(B) | 91.08º | 0.34% | 0.95% | - |
| XYZ | 61.56 | 78.15 | 44.64 | - |
| YUV | 219.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 159 | 0.18 | 0 | 0.34 | 0.05 | 91.08 | 0.76 | 0.79 |
| Hex | C7 | F2 | 9F | 12 | 0 | 22 | 5 | 5B | 4C | 4F |
| Octal | 307 | 362 | 237 | 22 | 0 | 42 | 5 | 133 | 114 | 117 |
| Binary | 11000111 | 11110010 | 10011111 | 10010 | 0 | 100010 | 101 | 1011011 | 1001100 | 1001111 |
Color Harmonies of #C7F29F
Complementary color
Monochromatic Colors of #C7F29F
Black with #C7F29F
Text Example
Text Example
White with #C7F29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F29F; }
p { color: rgb(199,242,159); }
H1.HeaderClassName
{
color: #C7F29F;
}
.AnyTagClassName
{
color: #C7F29F;
}
</style>
background-color css
<style>
a { background-color: #C7F29F; }
a { background-color: rgb(199,242,159); }
div.DivClassName
{
background-color: #C7F29F;
}
.BgClassName
{
background-color: #C7F29F;
}
</style>
border-color css
<style>
span { border-color: #C7F29F; }
span { border-color: rgb(199,242,159); }
td.TdClassName
{
border-color: #C7F29F;
}
.TagClassName
{
border-color: #C7F29F;
}
</style>