Shades of Reef #DEF09C
Tints of Reef #DEF09C
RGB
CMYK
RGB Variations
Color information
#DEF09C (or 0xDEF09C) is known color: Reef. HEX triplet: DE, F0 and 9C. RGB value is (222,240,156). Sum of RGB (Red+Green+Blue) = 222+240+156=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF09C is #210F63. Grayscale: #E1E1E1. Windows color (decimal): -2166628 or 10285278. OLE color: 10285278.
HSL color Cylindrical-coordinate representation of color #DEF09C: hue angle of 72.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEF09C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 156 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.06 |
| HSL | 72.86º | 0.74% | 0.78% | - |
| HSV(B) | 72.86º | 0.35% | 0.94% | - |
| XYZ | 67.29 | 80.25 | 43.4 | - |
| YUV | 225.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 156 | 0.08 | 0 | 0.35 | 0.06 | 72.86 | 0.74 | 0.78 |
| Hex | DE | F0 | 9C | 8 | 0 | 23 | 6 | 49 | 4A | 4E |
| Octal | 336 | 360 | 234 | 10 | 0 | 43 | 6 | 111 | 112 | 116 |
| Binary | 11011110 | 11110000 | 10011100 | 1000 | 0 | 100011 | 110 | 1001001 | 1001010 | 1001110 |
Color Harmonies of #DEF09C
Complementary color
Monochromatic Colors of #DEF09C
Black with #DEF09C
Text Example
Text Example
White with #DEF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF09C; }
p { color: rgb(222,240,156); }
H1.HeaderClassName
{
color: #DEF09C;
}
.AnyTagClassName
{
color: #DEF09C;
}
</style>
background-color css
<style>
a { background-color: #DEF09C; }
a { background-color: rgb(222,240,156); }
div.DivClassName
{
background-color: #DEF09C;
}
.BgClassName
{
background-color: #DEF09C;
}
</style>
border-color css
<style>
span { border-color: #DEF09C; }
span { border-color: rgb(222,240,156); }
td.TdClassName
{
border-color: #DEF09C;
}
.TagClassName
{
border-color: #DEF09C;
}
</style>