Shades of Reef #DEFE9D
Tints of Reef #DEFE9D
RGB
CMYK
RGB Variations
Color information
#DEFE9D (or 0xDEFE9D) is known color: Reef. HEX triplet: DE, FE and 9D. RGB value is (222,254,157). Sum of RGB (Red+Green+Blue) = 222+254+157=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE9D is #210162. Grayscale: #E9E9E9. Windows color (decimal): -2163043 or 10354398. OLE color: 10354398.
HSL color Cylindrical-coordinate representation of color #DEFE9D: hue angle of 79.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEFE9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.00 |
| HSL | 79.79º | 0.98% | 0.81% | - |
| HSV(B) | 79.79º | 0.38% | 1% | - |
| XYZ | 71.65 | 88.85 | 45.27 | - |
| YUV | 233.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 157 | 0.13 | 0 | 0.38 | 0.00 | 79.79 | 0.98 | 0.81 |
| Hex | DE | FE | 9D | D | 0 | 26 | 0 | 50 | 62 | 51 |
| Octal | 336 | 376 | 235 | 15 | 0 | 46 | 0 | 120 | 142 | 121 |
| Binary | 11011110 | 11111110 | 10011101 | 1101 | 0 | 100110 | 0 | 1010000 | 1100010 | 1010001 |
Color Harmonies of #DEFE9D
Complementary color
Monochromatic Colors of #DEFE9D
Black with #DEFE9D
Text Example
Text Example
White with #DEFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE9D; }
p { color: rgb(222,254,157); }
H1.HeaderClassName
{
color: #DEFE9D;
}
.AnyTagClassName
{
color: #DEFE9D;
}
</style>
background-color css
<style>
a { background-color: #DEFE9D; }
a { background-color: rgb(222,254,157); }
div.DivClassName
{
background-color: #DEFE9D;
}
.BgClassName
{
background-color: #DEFE9D;
}
</style>
border-color css
<style>
span { border-color: #DEFE9D; }
span { border-color: rgb(222,254,157); }
td.TdClassName
{
border-color: #DEFE9D;
}
.TagClassName
{
border-color: #DEFE9D;
}
</style>