Shades of Reef #CFF48E
Tints of Reef #CFF48E
RGB
CMYK
RGB Variations
Color information
#CFF48E (or 0xCFF48E) is known color: Reef. HEX triplet: CF, F4 and 8E. RGB value is (207,244,142). Sum of RGB (Red+Green+Blue) = 207+244+142=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF48E is #300B71. Grayscale: #DDDDDD. Windows color (decimal): -3148658 or 9368783. OLE color: 9368783.
HSL color Cylindrical-coordinate representation of color #CFF48E: hue angle of 81.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF48E is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 142 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.04 |
| HSL | 81.76º | 0.82% | 0.76% | - |
| HSV(B) | 81.76º | 0.42% | 0.96% | - |
| XYZ | 62.97 | 79.92 | 37.7 | - |
| YUV | 221.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 142 | 0.15 | 0 | 0.42 | 0.04 | 81.76 | 0.82 | 0.76 |
| Hex | CF | F4 | 8E | F | 0 | 2A | 4 | 52 | 52 | 4C |
| Octal | 317 | 364 | 216 | 17 | 0 | 52 | 4 | 122 | 122 | 114 |
| Binary | 11001111 | 11110100 | 10001110 | 1111 | 0 | 101010 | 100 | 1010010 | 1010010 | 1001100 |
Color Harmonies of #CFF48E
Complementary color
Monochromatic Colors of #CFF48E
Black with #CFF48E
Text Example
Text Example
White with #CFF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF48E; }
p { color: rgb(207,244,142); }
H1.HeaderClassName
{
color: #CFF48E;
}
.AnyTagClassName
{
color: #CFF48E;
}
</style>
background-color css
<style>
a { background-color: #CFF48E; }
a { background-color: rgb(207,244,142); }
div.DivClassName
{
background-color: #CFF48E;
}
.BgClassName
{
background-color: #CFF48E;
}
</style>
border-color css
<style>
span { border-color: #CFF48E; }
span { border-color: rgb(207,244,142); }
td.TdClassName
{
border-color: #CFF48E;
}
.TagClassName
{
border-color: #CFF48E;
}
</style>