Shades of Reef #CFF28F
Tints of Reef #CFF28F
RGB
CMYK
RGB Variations
Color information
#CFF28F (or 0xCFF28F) is known color: Reef. HEX triplet: CF, F2 and 8F. RGB value is (207,242,143). Sum of RGB (Red+Green+Blue) = 207+242+143=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF28F is #300D70. Grayscale: #DCDCDC. Windows color (decimal): -3149169 or 9433807. OLE color: 9433807.
HSL color Cylindrical-coordinate representation of color #CFF28F: hue angle of 81.21º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF28F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 143 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.05 |
| HSL | 81.21º | 0.79% | 0.75% | - |
| HSV(B) | 81.21º | 0.41% | 0.95% | - |
| XYZ | 62.44 | 78.75 | 37.9 | - |
| YUV | 220.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 143 | 0.14 | 0 | 0.41 | 0.05 | 81.21 | 0.79 | 0.75 |
| Hex | CF | F2 | 8F | E | 0 | 29 | 5 | 51 | 4F | 4B |
| Octal | 317 | 362 | 217 | 16 | 0 | 51 | 5 | 121 | 117 | 113 |
| Binary | 11001111 | 11110010 | 10001111 | 1110 | 0 | 101001 | 101 | 1010001 | 1001111 | 1001011 |
Color Harmonies of #CFF28F
Complementary color
Monochromatic Colors of #CFF28F
Black with #CFF28F
Text Example
Text Example
White with #CFF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF28F; }
p { color: rgb(207,242,143); }
H1.HeaderClassName
{
color: #CFF28F;
}
.AnyTagClassName
{
color: #CFF28F;
}
</style>
background-color css
<style>
a { background-color: #CFF28F; }
a { background-color: rgb(207,242,143); }
div.DivClassName
{
background-color: #CFF28F;
}
.BgClassName
{
background-color: #CFF28F;
}
</style>
border-color css
<style>
span { border-color: #CFF28F; }
span { border-color: rgb(207,242,143); }
td.TdClassName
{
border-color: #CFF28F;
}
.TagClassName
{
border-color: #CFF28F;
}
</style>