Shades of Reef #CFF89B
Tints of Reef #CFF89B
RGB
CMYK
RGB Variations
Color information
#CFF89B (or 0xCFF89B) is known color: Reef. HEX triplet: CF, F8 and 9B. RGB value is (207,248,155). Sum of RGB (Red+Green+Blue) = 207+248+155=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF89B is #300764. Grayscale: #E1E1E1. Windows color (decimal): -3147621 or 10221775. OLE color: 10221775.
HSL color Cylindrical-coordinate representation of color #CFF89B: hue angle of 86.45º 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 #CFF89B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 86.45º | 0.87% | 0.79% | - |
| HSV(B) | 86.45º | 0.38% | 0.97% | - |
| XYZ | 65.22 | 82.77 | 43.55 | - |
| YUV | 225.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 155 | 0.17 | 0 | 0.38 | 0.03 | 86.45 | 0.87 | 0.79 |
| Hex | CF | F8 | 9B | 11 | 0 | 26 | 3 | 56 | 57 | 4F |
| Octal | 317 | 370 | 233 | 21 | 0 | 46 | 3 | 126 | 127 | 117 |
| Binary | 11001111 | 11111000 | 10011011 | 10001 | 0 | 100110 | 11 | 1010110 | 1010111 | 1001111 |
Color Harmonies of #CFF89B
Complementary color
Monochromatic Colors of #CFF89B
Black with #CFF89B
Text Example
Text Example
White with #CFF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF89B; }
p { color: rgb(207,248,155); }
H1.HeaderClassName
{
color: #CFF89B;
}
.AnyTagClassName
{
color: #CFF89B;
}
</style>
background-color css
<style>
a { background-color: #CFF89B; }
a { background-color: rgb(207,248,155); }
div.DivClassName
{
background-color: #CFF89B;
}
.BgClassName
{
background-color: #CFF89B;
}
</style>
border-color css
<style>
span { border-color: #CFF89B; }
span { border-color: rgb(207,248,155); }
td.TdClassName
{
border-color: #CFF89B;
}
.TagClassName
{
border-color: #CFF89B;
}
</style>