Shades of Reef #CFF29E
Tints of Reef #CFF29E
RGB
CMYK
RGB Variations
Color information
#CFF29E (or 0xCFF29E) is known color: Reef. HEX triplet: CF, F2 and 9E. RGB value is (207,242,158). Sum of RGB (Red+Green+Blue) = 207+242+158=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF29E is #300D61. Grayscale: #DEDEDE. Windows color (decimal): -3149154 or 10416847. OLE color: 10416847.
HSL color Cylindrical-coordinate representation of color #CFF29E: hue angle of 85º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF29E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 158 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.05 |
| HSL | 85º | 0.76% | 0.78% | - |
| HSV(B) | 85º | 0.35% | 0.95% | - |
| XYZ | 63.66 | 79.24 | 44.29 | - |
| YUV | 221.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 158 | 0.14 | 0 | 0.35 | 0.05 | 85 | 0.76 | 0.78 |
| Hex | CF | F2 | 9E | E | 0 | 23 | 5 | 55 | 4C | 4E |
| Octal | 317 | 362 | 236 | 16 | 0 | 43 | 5 | 125 | 114 | 116 |
| Binary | 11001111 | 11110010 | 10011110 | 1110 | 0 | 100011 | 101 | 1010101 | 1001100 | 1001110 |
Color Harmonies of #CFF29E
Complementary color
Monochromatic Colors of #CFF29E
Black with #CFF29E
Text Example
Text Example
White with #CFF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF29E; }
p { color: rgb(207,242,158); }
H1.HeaderClassName
{
color: #CFF29E;
}
.AnyTagClassName
{
color: #CFF29E;
}
</style>
background-color css
<style>
a { background-color: #CFF29E; }
a { background-color: rgb(207,242,158); }
div.DivClassName
{
background-color: #CFF29E;
}
.BgClassName
{
background-color: #CFF29E;
}
</style>
border-color css
<style>
span { border-color: #CFF29E; }
span { border-color: rgb(207,242,158); }
td.TdClassName
{
border-color: #CFF29E;
}
.TagClassName
{
border-color: #CFF29E;
}
</style>