Shades of Reef #CFF48F
Tints of Reef #CFF48F
RGB
CMYK
RGB Variations
Color information
#CFF48F (or 0xCFF48F) is known color: Reef. HEX triplet: CF, F4 and 8F. RGB value is (207,244,143). Sum of RGB (Red+Green+Blue) = 207+244+143=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF48F is #300B70. Grayscale: #DDDDDD. Windows color (decimal): -3148657 or 9434319. OLE color: 9434319.
HSL color Cylindrical-coordinate representation of color #CFF48F: hue angle of 81.98º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF48F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 143 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.04 |
| HSL | 81.98º | 0.82% | 0.76% | - |
| HSV(B) | 81.98º | 0.41% | 0.96% | - |
| XYZ | 63.04 | 79.95 | 38.1 | - |
| YUV | 221.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 143 | 0.15 | 0 | 0.41 | 0.04 | 81.98 | 0.82 | 0.76 |
| Hex | CF | F4 | 8F | F | 0 | 29 | 4 | 52 | 52 | 4C |
| Octal | 317 | 364 | 217 | 17 | 0 | 51 | 4 | 122 | 122 | 114 |
| Binary | 11001111 | 11110100 | 10001111 | 1111 | 0 | 101001 | 100 | 1010010 | 1010010 | 1001100 |
Color Harmonies of #CFF48F
Complementary color
Monochromatic Colors of #CFF48F
Black with #CFF48F
Text Example
Text Example
White with #CFF48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF48F; }
p { color: rgb(207,244,143); }
H1.HeaderClassName
{
color: #CFF48F;
}
.AnyTagClassName
{
color: #CFF48F;
}
</style>
background-color css
<style>
a { background-color: #CFF48F; }
a { background-color: rgb(207,244,143); }
div.DivClassName
{
background-color: #CFF48F;
}
.BgClassName
{
background-color: #CFF48F;
}
</style>
border-color css
<style>
span { border-color: #CFF48F; }
span { border-color: rgb(207,244,143); }
td.TdClassName
{
border-color: #CFF48F;
}
.TagClassName
{
border-color: #CFF48F;
}
</style>