Shades of Reef #DCEF9A
Tints of Reef #DCEF9A
RGB
CMYK
RGB Variations
Color information
#DCEF9A (or 0xDCEF9A) is known color: Reef. HEX triplet: DC, EF and 9A. RGB value is (220,239,154). Sum of RGB (Red+Green+Blue) = 220+239+154=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF9A is #231065. Grayscale: #DFDFDF. Windows color (decimal): -2297958 or 10153948. OLE color: 10153948.
HSL color Cylindrical-coordinate representation of color #DCEF9A: hue angle of 73.41º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCEF9A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 154 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 73.41º | 0.73% | 0.77% | - |
| HSV(B) | 73.41º | 0.36% | 0.94% | - |
| XYZ | 66.21 | 79.28 | 42.38 | - |
| YUV | 223.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 154 | 0.08 | 0 | 0.36 | 0.06 | 73.41 | 0.73 | 0.77 |
| Hex | DC | EF | 9A | 8 | 0 | 24 | 6 | 49 | 49 | 4D |
| Octal | 334 | 357 | 232 | 10 | 0 | 44 | 6 | 111 | 111 | 115 |
| Binary | 11011100 | 11101111 | 10011010 | 1000 | 0 | 100100 | 110 | 1001001 | 1001001 | 1001101 |
Color Harmonies of #DCEF9A
Complementary color
Monochromatic Colors of #DCEF9A
Black with #DCEF9A
Text Example
Text Example
White with #DCEF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF9A; }
p { color: rgb(220,239,154); }
H1.HeaderClassName
{
color: #DCEF9A;
}
.AnyTagClassName
{
color: #DCEF9A;
}
</style>
background-color css
<style>
a { background-color: #DCEF9A; }
a { background-color: rgb(220,239,154); }
div.DivClassName
{
background-color: #DCEF9A;
}
.BgClassName
{
background-color: #DCEF9A;
}
</style>
border-color css
<style>
span { border-color: #DCEF9A; }
span { border-color: rgb(220,239,154); }
td.TdClassName
{
border-color: #DCEF9A;
}
.TagClassName
{
border-color: #DCEF9A;
}
</style>