Shades of Reef #DEF5A4
Tints of Reef #DEF5A4
RGB
CMYK
RGB Variations
Color information
#DEF5A4 (or 0xDEF5A4) is known color: Reef. HEX triplet: DE, F5 and A4. RGB value is (222,245,164). Sum of RGB (Red+Green+Blue) = 222+245+164=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF5A4 is #210A5B. Grayscale: #E5E5E5. Windows color (decimal): -2165340 or 10810846. OLE color: 10810846.
HSL color Cylindrical-coordinate representation of color #DEF5A4: hue angle of 77.04º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF5A4 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 164 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.04 |
| HSL | 77.04º | 0.8% | 0.8% | - |
| HSV(B) | 77.04º | 0.33% | 0.96% | - |
| XYZ | 69.48 | 83.51 | 47.58 | - |
| YUV | 228.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 164 | 0.09 | 0 | 0.33 | 0.04 | 77.04 | 0.8 | 0.8 |
| Hex | DE | F5 | A4 | 9 | 0 | 21 | 4 | 4D | 50 | 50 |
| Octal | 336 | 365 | 244 | 11 | 0 | 41 | 4 | 115 | 120 | 120 |
| Binary | 11011110 | 11110101 | 10100100 | 1001 | 0 | 100001 | 100 | 1001101 | 1010000 | 1010000 |
Color Harmonies of #DEF5A4
Complementary color
Monochromatic Colors of #DEF5A4
Black with #DEF5A4
Text Example
Text Example
White with #DEF5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5A4; }
p { color: rgb(222,245,164); }
H1.HeaderClassName
{
color: #DEF5A4;
}
.AnyTagClassName
{
color: #DEF5A4;
}
</style>
background-color css
<style>
a { background-color: #DEF5A4; }
a { background-color: rgb(222,245,164); }
div.DivClassName
{
background-color: #DEF5A4;
}
.BgClassName
{
background-color: #DEF5A4;
}
</style>
border-color css
<style>
span { border-color: #DEF5A4; }
span { border-color: rgb(222,245,164); }
td.TdClassName
{
border-color: #DEF5A4;
}
.TagClassName
{
border-color: #DEF5A4;
}
</style>