Shades of Reef #CFF99D
Tints of Reef #CFF99D
RGB
CMYK
RGB Variations
Color information
#CFF99D (or 0xCFF99D) is known color: Reef. HEX triplet: CF, F9 and 9D. RGB value is (207,249,157). Sum of RGB (Red+Green+Blue) = 207+249+157=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF99D is #300662. Grayscale: #E2E2E2. Windows color (decimal): -3147363 or 10353103. OLE color: 10353103.
HSL color Cylindrical-coordinate representation of color #CFF99D: hue angle of 87.39º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF99D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 157 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.02 |
| HSL | 87.39º | 0.88% | 0.8% | - |
| HSV(B) | 87.39º | 0.37% | 0.98% | - |
| XYZ | 65.69 | 83.45 | 44.54 | - |
| YUV | 225.95 | 89.09 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 157 | 0.17 | 0 | 0.37 | 0.02 | 87.39 | 0.88 | 0.8 |
| Hex | CF | F9 | 9D | 11 | 0 | 25 | 2 | 57 | 58 | 50 |
| Octal | 317 | 371 | 235 | 21 | 0 | 45 | 2 | 127 | 130 | 120 |
| Binary | 11001111 | 11111001 | 10011101 | 10001 | 0 | 100101 | 10 | 1010111 | 1011000 | 1010000 |
Color Harmonies of #CFF99D
Complementary color
Monochromatic Colors of #CFF99D
Black with #CFF99D
Text Example
Text Example
White with #CFF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF99D; }
p { color: rgb(207,249,157); }
H1.HeaderClassName
{
color: #CFF99D;
}
.AnyTagClassName
{
color: #CFF99D;
}
</style>
background-color css
<style>
a { background-color: #CFF99D; }
a { background-color: rgb(207,249,157); }
div.DivClassName
{
background-color: #CFF99D;
}
.BgClassName
{
background-color: #CFF99D;
}
</style>
border-color css
<style>
span { border-color: #CFF99D; }
span { border-color: rgb(207,249,157); }
td.TdClassName
{
border-color: #CFF99D;
}
.TagClassName
{
border-color: #CFF99D;
}
</style>