Shades of Reef #DEFC9F
Tints of Reef #DEFC9F
RGB
CMYK
RGB Variations
Color information
#DEFC9F (or 0xDEFC9F) is known color: Reef. HEX triplet: DE, FC and 9F. RGB value is (222,252,159). Sum of RGB (Red+Green+Blue) = 222+252+159=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC9F is #210360. Grayscale: #E8E8E8. Windows color (decimal): -2163553 or 10484958. OLE color: 10484958.
HSL color Cylindrical-coordinate representation of color #DEFC9F: hue angle of 79.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEFC9F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 159 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.01 |
| HSL | 79.35º | 0.94% | 0.81% | - |
| HSV(B) | 79.35º | 0.37% | 0.99% | - |
| XYZ | 71.19 | 87.65 | 45.97 | - |
| YUV | 232.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 159 | 0.12 | 0 | 0.37 | 0.01 | 79.35 | 0.94 | 0.81 |
| Hex | DE | FC | 9F | C | 0 | 25 | 1 | 4F | 5E | 51 |
| Octal | 336 | 374 | 237 | 14 | 0 | 45 | 1 | 117 | 136 | 121 |
| Binary | 11011110 | 11111100 | 10011111 | 1100 | 0 | 100101 | 1 | 1001111 | 1011110 | 1010001 |
Color Harmonies of #DEFC9F
Complementary color
Monochromatic Colors of #DEFC9F
Black with #DEFC9F
Text Example
Text Example
White with #DEFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC9F; }
p { color: rgb(222,252,159); }
H1.HeaderClassName
{
color: #DEFC9F;
}
.AnyTagClassName
{
color: #DEFC9F;
}
</style>
background-color css
<style>
a { background-color: #DEFC9F; }
a { background-color: rgb(222,252,159); }
div.DivClassName
{
background-color: #DEFC9F;
}
.BgClassName
{
background-color: #DEFC9F;
}
</style>
border-color css
<style>
span { border-color: #DEFC9F; }
span { border-color: rgb(222,252,159); }
td.TdClassName
{
border-color: #DEFC9F;
}
.TagClassName
{
border-color: #DEFC9F;
}
</style>