Shades of Reef #DCEF96
Tints of Reef #DCEF96
RGB
CMYK
RGB Variations
Color information
#DCEF96 (or 0xDCEF96) is known color: Reef. HEX triplet: DC, EF and 96. RGB value is (220,239,150). Sum of RGB (Red+Green+Blue) = 220+239+150=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF96 is #231069. Grayscale: #DFDFDF. Windows color (decimal): -2297962 or 9891804. OLE color: 9891804.
HSL color Cylindrical-coordinate representation of color #DCEF96: hue angle of 72.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCEF96 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 150 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.06 |
| HSL | 72.81º | 0.74% | 0.76% | - |
| HSV(B) | 72.81º | 0.37% | 0.94% | - |
| XYZ | 65.89 | 79.15 | 40.66 | - |
| YUV | 223.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 150 | 0.08 | 0 | 0.37 | 0.06 | 72.81 | 0.74 | 0.76 |
| Hex | DC | EF | 96 | 8 | 0 | 25 | 6 | 49 | 4A | 4C |
| Octal | 334 | 357 | 226 | 10 | 0 | 45 | 6 | 111 | 112 | 114 |
| Binary | 11011100 | 11101111 | 10010110 | 1000 | 0 | 100101 | 110 | 1001001 | 1001010 | 1001100 |
Color Harmonies of #DCEF96
Complementary color
Monochromatic Colors of #DCEF96
Black with #DCEF96
Text Example
Text Example
White with #DCEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF96; }
p { color: rgb(220,239,150); }
H1.HeaderClassName
{
color: #DCEF96;
}
.AnyTagClassName
{
color: #DCEF96;
}
</style>
background-color css
<style>
a { background-color: #DCEF96; }
a { background-color: rgb(220,239,150); }
div.DivClassName
{
background-color: #DCEF96;
}
.BgClassName
{
background-color: #DCEF96;
}
</style>
border-color css
<style>
span { border-color: #DCEF96; }
span { border-color: rgb(220,239,150); }
td.TdClassName
{
border-color: #DCEF96;
}
.TagClassName
{
border-color: #DCEF96;
}
</style>