Shades of Reef #CFF89A
Tints of Reef #CFF89A
RGB
CMYK
RGB Variations
Color information
#CFF89A (or 0xCFF89A) is known color: Reef. HEX triplet: CF, F8 and 9A. RGB value is (207,248,154). Sum of RGB (Red+Green+Blue) = 207+248+154=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF89A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF89A is #300765. Grayscale: #E1E1E1. Windows color (decimal): -3147622 or 10156239. OLE color: 10156239.
HSL color Cylindrical-coordinate representation of color #CFF89A: hue angle of 86.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF89A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 154 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 86.17º | 0.87% | 0.79% | - |
| HSV(B) | 86.17º | 0.38% | 0.97% | - |
| XYZ | 65.13 | 82.73 | 43.11 | - |
| YUV | 225.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 154 | 0.17 | 0 | 0.38 | 0.03 | 86.17 | 0.87 | 0.79 |
| Hex | CF | F8 | 9A | 11 | 0 | 26 | 3 | 56 | 57 | 4F |
| Octal | 317 | 370 | 232 | 21 | 0 | 46 | 3 | 126 | 127 | 117 |
| Binary | 11001111 | 11111000 | 10011010 | 10001 | 0 | 100110 | 11 | 1010110 | 1010111 | 1001111 |
Color Harmonies of #CFF89A
Complementary color
Monochromatic Colors of #CFF89A
Black with #CFF89A
Text Example
Text Example
White with #CFF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF89A; }
p { color: rgb(207,248,154); }
H1.HeaderClassName
{
color: #CFF89A;
}
.AnyTagClassName
{
color: #CFF89A;
}
</style>
background-color css
<style>
a { background-color: #CFF89A; }
a { background-color: rgb(207,248,154); }
div.DivClassName
{
background-color: #CFF89A;
}
.BgClassName
{
background-color: #CFF89A;
}
</style>
border-color css
<style>
span { border-color: #CFF89A; }
span { border-color: rgb(207,248,154); }
td.TdClassName
{
border-color: #CFF89A;
}
.TagClassName
{
border-color: #CFF89A;
}
</style>