Shades of Reef #DEFF99
Tints of Reef #DEFF99
RGB
CMYK
RGB Variations
Color information
#DEFF99 (or 0xDEFF99) is known color: Reef. HEX triplet: DE, FF and 99. RGB value is (222,255,153). Sum of RGB (Red+Green+Blue) = 222+255+153=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 153 (60.16% from 255 or 24.29% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF99 is #210066. Grayscale: #E9E9E9. Windows color (decimal): -2162791 or 10092510. OLE color: 10092510.
HSL color Cylindrical-coordinate representation of color #DEFF99: hue angle of 79.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEFF99 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 153 | - |
| CMYK | 0.13 | 0 | 0.4 | 0 |
| HSL | 79.41º | 1% | 0.8% | - |
| HSV(B) | 79.41º | 0.4% | 1% | - |
| XYZ | 71.63 | 89.35 | 43.61 | - |
| YUV | 233.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 153 | 0.13 | 0 | 0.4 | 0 | 79.41 | 1 | 0.8 |
| Hex | DE | FF | 99 | D | 0 | 28 | 0 | 4F | 64 | 50 |
| Octal | 336 | 377 | 231 | 15 | 0 | 50 | 0 | 117 | 144 | 120 |
| Binary | 11011110 | 11111111 | 10011001 | 1101 | 0 | 101000 | 0 | 1001111 | 1100100 | 1010000 |
Color Harmonies of #DEFF99
Complementary color
Monochromatic Colors of #DEFF99
Black with #DEFF99
Text Example
Text Example
White with #DEFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF99; }
p { color: rgb(222,255,153); }
H1.HeaderClassName
{
color: #DEFF99;
}
.AnyTagClassName
{
color: #DEFF99;
}
</style>
background-color css
<style>
a { background-color: #DEFF99; }
a { background-color: rgb(222,255,153); }
div.DivClassName
{
background-color: #DEFF99;
}
.BgClassName
{
background-color: #DEFF99;
}
</style>
border-color css
<style>
span { border-color: #DEFF99; }
span { border-color: rgb(222,255,153); }
td.TdClassName
{
border-color: #DEFF99;
}
.TagClassName
{
border-color: #DEFF99;
}
</style>