Shades of Reef #CFFF96
Tints of Reef #CFFF96
RGB
CMYK
RGB Variations
Color information
#CFFF96 (or 0xCFFF96) is known color: Reef. HEX triplet: CF, FF and 96. RGB value is (207,255,150). Sum of RGB (Red+Green+Blue) = 207+255+150=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF96 is #300069. Grayscale: #E5E5E5. Windows color (decimal): -3145834 or 9895887. OLE color: 9895887.
HSL color Cylindrical-coordinate representation of color #CFFF96: hue angle of 87.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFFF96 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 150 | - |
| CMYK | 0.19 | 0 | 0.41 | 0 |
| HSL | 87.43º | 1% | 0.79% | - |
| HSV(B) | 87.43º | 0.41% | 1% | - |
| XYZ | 67 | 86.99 | 42.11 | - |
| YUV | 228.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 150 | 0.19 | 0 | 0.41 | 0 | 87.43 | 1 | 0.79 |
| Hex | CF | FF | 96 | 13 | 0 | 29 | 0 | 57 | 64 | 4F |
| Octal | 317 | 377 | 226 | 23 | 0 | 51 | 0 | 127 | 144 | 117 |
| Binary | 11001111 | 11111111 | 10010110 | 10011 | 0 | 101001 | 0 | 1010111 | 1100100 | 1001111 |
Color Harmonies of #CFFF96
Complementary color
Monochromatic Colors of #CFFF96
Black with #CFFF96
Text Example
Text Example
White with #CFFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF96; }
p { color: rgb(207,255,150); }
H1.HeaderClassName
{
color: #CFFF96;
}
.AnyTagClassName
{
color: #CFFF96;
}
</style>
background-color css
<style>
a { background-color: #CFFF96; }
a { background-color: rgb(207,255,150); }
div.DivClassName
{
background-color: #CFFF96;
}
.BgClassName
{
background-color: #CFFF96;
}
</style>
border-color css
<style>
span { border-color: #CFFF96; }
span { border-color: rgb(207,255,150); }
td.TdClassName
{
border-color: #CFFF96;
}
.TagClassName
{
border-color: #CFFF96;
}
</style>