Shades of Reef #CFFE96
Tints of Reef #CFFE96
RGB
CMYK
RGB Variations
Color information
#CFFE96 (or 0xCFFE96) is known color: Reef. HEX triplet: CF, FE and 96. RGB value is (207,254,150). Sum of RGB (Red+Green+Blue) = 207+254+150=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE96 is #300169. Grayscale: #E4E4E4. Windows color (decimal): -3146090 or 9895631. OLE color: 9895631.
HSL color Cylindrical-coordinate representation of color #CFFE96: hue angle of 87.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFFE96 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 150 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.00 |
| HSL | 87.12º | 0.98% | 0.79% | - |
| HSV(B) | 87.12º | 0.41% | 1% | - |
| XYZ | 66.68 | 86.35 | 42.01 | - |
| YUV | 228.09 | 83.93 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 150 | 0.19 | 0 | 0.41 | 0.00 | 87.12 | 0.98 | 0.79 |
| Hex | CF | FE | 96 | 13 | 0 | 29 | 0 | 57 | 62 | 4F |
| Octal | 317 | 376 | 226 | 23 | 0 | 51 | 0 | 127 | 142 | 117 |
| Binary | 11001111 | 11111110 | 10010110 | 10011 | 0 | 101001 | 0 | 1010111 | 1100010 | 1001111 |
Color Harmonies of #CFFE96
Complementary color
Monochromatic Colors of #CFFE96
Black with #CFFE96
Text Example
Text Example
White with #CFFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE96; }
p { color: rgb(207,254,150); }
H1.HeaderClassName
{
color: #CFFE96;
}
.AnyTagClassName
{
color: #CFFE96;
}
</style>
background-color css
<style>
a { background-color: #CFFE96; }
a { background-color: rgb(207,254,150); }
div.DivClassName
{
background-color: #CFFE96;
}
.BgClassName
{
background-color: #CFFE96;
}
</style>
border-color css
<style>
span { border-color: #CFFE96; }
span { border-color: rgb(207,254,150); }
td.TdClassName
{
border-color: #CFFE96;
}
.TagClassName
{
border-color: #CFFE96;
}
</style>