Shades of Reef #DEFF9A
Tints of Reef #DEFF9A
RGB
CMYK
RGB Variations
Color information
#DEFF9A (or 0xDEFF9A) is known color: Reef. HEX triplet: DE, FF and 9A. RGB value is (222,255,154). Sum of RGB (Red+Green+Blue) = 222+255+154=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF9A is #210065. Grayscale: #E9E9E9. Windows color (decimal): -2162790 or 10158046. OLE color: 10158046.
HSL color Cylindrical-coordinate representation of color #DEFF9A: hue angle of 79.6º 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 #DEFF9A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 154 | - |
| CMYK | 0.13 | 0 | 0.40 | 0 |
| HSL | 79.6º | 1% | 0.8% | - |
| HSV(B) | 79.6º | 0.4% | 1% | - |
| XYZ | 71.72 | 89.38 | 44.04 | - |
| YUV | 233.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 154 | 0.13 | 0 | 0.40 | 0 | 79.6 | 1 | 0.8 |
| Hex | DE | FF | 9A | D | 0 | 28 | 0 | 50 | 64 | 50 |
| Octal | 336 | 377 | 232 | 15 | 0 | 50 | 0 | 120 | 144 | 120 |
| Binary | 11011110 | 11111111 | 10011010 | 1101 | 0 | 101000 | 0 | 1010000 | 1100100 | 1010000 |
Color Harmonies of #DEFF9A
Complementary color
Monochromatic Colors of #DEFF9A
Black with #DEFF9A
Text Example
Text Example
White with #DEFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF9A; }
p { color: rgb(222,255,154); }
H1.HeaderClassName
{
color: #DEFF9A;
}
.AnyTagClassName
{
color: #DEFF9A;
}
</style>
background-color css
<style>
a { background-color: #DEFF9A; }
a { background-color: rgb(222,255,154); }
div.DivClassName
{
background-color: #DEFF9A;
}
.BgClassName
{
background-color: #DEFF9A;
}
</style>
border-color css
<style>
span { border-color: #DEFF9A; }
span { border-color: rgb(222,255,154); }
td.TdClassName
{
border-color: #DEFF9A;
}
.TagClassName
{
border-color: #DEFF9A;
}
</style>