Shades of Reef #CFF99B
Tints of Reef #CFF99B
RGB
CMYK
RGB Variations
Color information
#CFF99B (or 0xCFF99B) is known color: Reef. HEX triplet: CF, F9 and 9B. RGB value is (207,249,155). Sum of RGB (Red+Green+Blue) = 207+249+155=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99B is #300664. Grayscale: #E2E2E2. Windows color (decimal): -3147365 or 10222031. OLE color: 10222031.
HSL color Cylindrical-coordinate representation of color #CFF99B: hue angle of 86.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF99B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.02 |
| HSL | 86.81º | 0.89% | 0.79% | - |
| HSV(B) | 86.81º | 0.38% | 0.98% | - |
| XYZ | 65.52 | 83.38 | 43.65 | - |
| YUV | 225.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 155 | 0.17 | 0 | 0.38 | 0.02 | 86.81 | 0.89 | 0.79 |
| Hex | CF | F9 | 9B | 11 | 0 | 26 | 2 | 57 | 59 | 4F |
| Octal | 317 | 371 | 233 | 21 | 0 | 46 | 2 | 127 | 131 | 117 |
| Binary | 11001111 | 11111001 | 10011011 | 10001 | 0 | 100110 | 10 | 1010111 | 1011001 | 1001111 |
Color Harmonies of #CFF99B
Complementary color
Monochromatic Colors of #CFF99B
Black with #CFF99B
Text Example
Text Example
White with #CFF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF99B; }
p { color: rgb(207,249,155); }
H1.HeaderClassName
{
color: #CFF99B;
}
.AnyTagClassName
{
color: #CFF99B;
}
</style>
background-color css
<style>
a { background-color: #CFF99B; }
a { background-color: rgb(207,249,155); }
div.DivClassName
{
background-color: #CFF99B;
}
.BgClassName
{
background-color: #CFF99B;
}
</style>
border-color css
<style>
span { border-color: #CFF99B; }
span { border-color: rgb(207,249,155); }
td.TdClassName
{
border-color: #CFF99B;
}
.TagClassName
{
border-color: #CFF99B;
}
</style>