Shades of Reef #DEF595
Tints of Reef #DEF595
RGB
CMYK
RGB Variations
Color information
#DEF595 (or 0xDEF595) is known color: Reef. HEX triplet: DE, F5 and 95. RGB value is (222,245,149). Sum of RGB (Red+Green+Blue) = 222+245+149=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF595 is #210A6A. Grayscale: #E3E3E3. Windows color (decimal): -2165355 or 9827806. OLE color: 9827806.
HSL color Cylindrical-coordinate representation of color #DEF595: hue angle of 74.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEF595 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 149 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.04 |
| HSL | 74.37º | 0.83% | 0.77% | - |
| HSV(B) | 74.37º | 0.39% | 0.96% | - |
| XYZ | 68.2 | 83 | 40.86 | - |
| YUV | 227.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 149 | 0.09 | 0 | 0.39 | 0.04 | 74.37 | 0.83 | 0.77 |
| Hex | DE | F5 | 95 | 9 | 0 | 27 | 4 | 4A | 53 | 4D |
| Octal | 336 | 365 | 225 | 11 | 0 | 47 | 4 | 112 | 123 | 115 |
| Binary | 11011110 | 11110101 | 10010101 | 1001 | 0 | 100111 | 100 | 1001010 | 1010011 | 1001101 |
Color Harmonies of #DEF595
Complementary color
Monochromatic Colors of #DEF595
Black with #DEF595
Text Example
Text Example
White with #DEF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF595; }
p { color: rgb(222,245,149); }
H1.HeaderClassName
{
color: #DEF595;
}
.AnyTagClassName
{
color: #DEF595;
}
</style>
background-color css
<style>
a { background-color: #DEF595; }
a { background-color: rgb(222,245,149); }
div.DivClassName
{
background-color: #DEF595;
}
.BgClassName
{
background-color: #DEF595;
}
</style>
border-color css
<style>
span { border-color: #DEF595; }
span { border-color: rgb(222,245,149); }
td.TdClassName
{
border-color: #DEF595;
}
.TagClassName
{
border-color: #DEF595;
}
</style>