Shades of Reef #DEFE9C
Tints of Reef #DEFE9C
RGB
CMYK
RGB Variations
Color information
#DEFE9C (or 0xDEFE9C) is known color: Reef. HEX triplet: DE, FE and 9C. RGB value is (222,254,156). Sum of RGB (Red+Green+Blue) = 222+254+156=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE9C is #210163. Grayscale: #E9E9E9. Windows color (decimal): -2163044 or 10288862. OLE color: 10288862.
HSL color Cylindrical-coordinate representation of color #DEFE9C: hue angle of 79.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEFE9C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 156 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.00 |
| HSL | 79.59º | 0.98% | 0.8% | - |
| HSV(B) | 79.59º | 0.39% | 1% | - |
| XYZ | 71.57 | 88.81 | 44.82 | - |
| YUV | 233.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 156 | 0.13 | 0 | 0.39 | 0.00 | 79.59 | 0.98 | 0.8 |
| Hex | DE | FE | 9C | D | 0 | 27 | 0 | 50 | 62 | 50 |
| Octal | 336 | 376 | 234 | 15 | 0 | 47 | 0 | 120 | 142 | 120 |
| Binary | 11011110 | 11111110 | 10011100 | 1101 | 0 | 100111 | 0 | 1010000 | 1100010 | 1010000 |
Color Harmonies of #DEFE9C
Complementary color
Monochromatic Colors of #DEFE9C
Black with #DEFE9C
Text Example
Text Example
White with #DEFE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE9C; }
p { color: rgb(222,254,156); }
H1.HeaderClassName
{
color: #DEFE9C;
}
.AnyTagClassName
{
color: #DEFE9C;
}
</style>
background-color css
<style>
a { background-color: #DEFE9C; }
a { background-color: rgb(222,254,156); }
div.DivClassName
{
background-color: #DEFE9C;
}
.BgClassName
{
background-color: #DEFE9C;
}
</style>
border-color css
<style>
span { border-color: #DEFE9C; }
span { border-color: rgb(222,254,156); }
td.TdClassName
{
border-color: #DEFE9C;
}
.TagClassName
{
border-color: #DEFE9C;
}
</style>