Shades of Reef #DEF59D
Tints of Reef #DEF59D
RGB
CMYK
RGB Variations
Color information
#DEF59D (or 0xDEF59D) is known color: Reef. HEX triplet: DE, F5 and 9D. RGB value is (222,245,157). Sum of RGB (Red+Green+Blue) = 222+245+157=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF59D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF59D is #210A62. Grayscale: #E4E4E4. Windows color (decimal): -2165347 or 10352094. OLE color: 10352094.
HSL color Cylindrical-coordinate representation of color #DEF59D: hue angle of 75.68º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEF59D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 157 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.04 |
| HSL | 75.68º | 0.81% | 0.79% | - |
| HSV(B) | 75.68º | 0.36% | 0.96% | - |
| XYZ | 68.86 | 83.27 | 44.34 | - |
| YUV | 228.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 157 | 0.09 | 0 | 0.36 | 0.04 | 75.68 | 0.81 | 0.79 |
| Hex | DE | F5 | 9D | 9 | 0 | 24 | 4 | 4C | 51 | 4F |
| Octal | 336 | 365 | 235 | 11 | 0 | 44 | 4 | 114 | 121 | 117 |
| Binary | 11011110 | 11110101 | 10011101 | 1001 | 0 | 100100 | 100 | 1001100 | 1010001 | 1001111 |
Color Harmonies of #DEF59D
Complementary color
Monochromatic Colors of #DEF59D
Black with #DEF59D
Text Example
Text Example
White with #DEF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF59D; }
p { color: rgb(222,245,157); }
H1.HeaderClassName
{
color: #DEF59D;
}
.AnyTagClassName
{
color: #DEF59D;
}
</style>
background-color css
<style>
a { background-color: #DEF59D; }
a { background-color: rgb(222,245,157); }
div.DivClassName
{
background-color: #DEF59D;
}
.BgClassName
{
background-color: #DEF59D;
}
</style>
border-color css
<style>
span { border-color: #DEF59D; }
span { border-color: rgb(222,245,157); }
td.TdClassName
{
border-color: #DEF59D;
}
.TagClassName
{
border-color: #DEF59D;
}
</style>