Shades of Reef #CFF99A
Tints of Reef #CFF99A
RGB
CMYK
RGB Variations
Color information
#CFF99A (or 0xCFF99A) is known color: Reef. HEX triplet: CF, F9 and 9A. RGB value is (207,249,154). Sum of RGB (Red+Green+Blue) = 207+249+154=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99A is #300665. Grayscale: #E1E1E1. Windows color (decimal): -3147366 or 10156495. OLE color: 10156495.
HSL color Cylindrical-coordinate representation of color #CFF99A: hue angle of 86.53º 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 #CFF99A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 154 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.02 |
| HSL | 86.53º | 0.89% | 0.79% | - |
| HSV(B) | 86.53º | 0.38% | 0.98% | - |
| XYZ | 65.44 | 83.35 | 43.21 | - |
| YUV | 225.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 154 | 0.17 | 0 | 0.38 | 0.02 | 86.53 | 0.89 | 0.79 |
| Hex | CF | F9 | 9A | 11 | 0 | 26 | 2 | 57 | 59 | 4F |
| Octal | 317 | 371 | 232 | 21 | 0 | 46 | 2 | 127 | 131 | 117 |
| Binary | 11001111 | 11111001 | 10011010 | 10001 | 0 | 100110 | 10 | 1010111 | 1011001 | 1001111 |
Color Harmonies of #CFF99A
Complementary color
Monochromatic Colors of #CFF99A
Black with #CFF99A
Text Example
Text Example
White with #CFF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF99A; }
p { color: rgb(207,249,154); }
H1.HeaderClassName
{
color: #CFF99A;
}
.AnyTagClassName
{
color: #CFF99A;
}
</style>
background-color css
<style>
a { background-color: #CFF99A; }
a { background-color: rgb(207,249,154); }
div.DivClassName
{
background-color: #CFF99A;
}
.BgClassName
{
background-color: #CFF99A;
}
</style>
border-color css
<style>
span { border-color: #CFF99A; }
span { border-color: rgb(207,249,154); }
td.TdClassName
{
border-color: #CFF99A;
}
.TagClassName
{
border-color: #CFF99A;
}
</style>