Shades of Reef #DEF19D
Tints of Reef #DEF19D
RGB
CMYK
RGB Variations
Color information
#DEF19D (or 0xDEF19D) is known color: Reef. HEX triplet: DE, F1 and 9D. RGB value is (222,241,157). Sum of RGB (Red+Green+Blue) = 222+241+157=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF19D is #210E62. Grayscale: #E2E2E2. Windows color (decimal): -2166371 or 10351070. OLE color: 10351070.
HSL color Cylindrical-coordinate representation of color #DEF19D: hue angle of 73.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEF19D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 157 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.05 |
| HSL | 73.57º | 0.75% | 0.78% | - |
| HSV(B) | 73.57º | 0.35% | 0.95% | - |
| XYZ | 67.67 | 80.87 | 43.94 | - |
| YUV | 225.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 157 | 0.08 | 0 | 0.35 | 0.05 | 73.57 | 0.75 | 0.78 |
| Hex | DE | F1 | 9D | 8 | 0 | 23 | 5 | 4A | 4B | 4E |
| Octal | 336 | 361 | 235 | 10 | 0 | 43 | 5 | 112 | 113 | 116 |
| Binary | 11011110 | 11110001 | 10011101 | 1000 | 0 | 100011 | 101 | 1001010 | 1001011 | 1001110 |
Color Harmonies of #DEF19D
Complementary color
Monochromatic Colors of #DEF19D
Black with #DEF19D
Text Example
Text Example
White with #DEF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF19D; }
p { color: rgb(222,241,157); }
H1.HeaderClassName
{
color: #DEF19D;
}
.AnyTagClassName
{
color: #DEF19D;
}
</style>
background-color css
<style>
a { background-color: #DEF19D; }
a { background-color: rgb(222,241,157); }
div.DivClassName
{
background-color: #DEF19D;
}
.BgClassName
{
background-color: #DEF19D;
}
</style>
border-color css
<style>
span { border-color: #DEF19D; }
span { border-color: rgb(222,241,157); }
td.TdClassName
{
border-color: #DEF19D;
}
.TagClassName
{
border-color: #DEF19D;
}
</style>