Shades of Reef #DCF49A
Tints of Reef #DCF49A
RGB
CMYK
RGB Variations
Color information
#DCF49A (or 0xDCF49A) is known color: Reef. HEX triplet: DC, F4 and 9A. RGB value is (220,244,154). Sum of RGB (Red+Green+Blue) = 220+244+154=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF49A is #230B65. Grayscale: #E2E2E2. Windows color (decimal): -2296678 or 10155228. OLE color: 10155228.
HSL color Cylindrical-coordinate representation of color #DCF49A: hue angle of 76º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF49A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 154 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.04 |
| HSL | 76º | 0.8% | 0.78% | - |
| HSV(B) | 76º | 0.37% | 0.96% | - |
| XYZ | 67.7 | 82.25 | 42.88 | - |
| YUV | 226.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 154 | 0.10 | 0 | 0.37 | 0.04 | 76 | 0.8 | 0.78 |
| Hex | DC | F4 | 9A | A | 0 | 25 | 4 | 4C | 50 | 4E |
| Octal | 334 | 364 | 232 | 12 | 0 | 45 | 4 | 114 | 120 | 116 |
| Binary | 11011100 | 11110100 | 10011010 | 1010 | 0 | 100101 | 100 | 1001100 | 1010000 | 1001110 |
Color Harmonies of #DCF49A
Complementary color
Monochromatic Colors of #DCF49A
Black with #DCF49A
Text Example
Text Example
White with #DCF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF49A; }
p { color: rgb(220,244,154); }
H1.HeaderClassName
{
color: #DCF49A;
}
.AnyTagClassName
{
color: #DCF49A;
}
</style>
background-color css
<style>
a { background-color: #DCF49A; }
a { background-color: rgb(220,244,154); }
div.DivClassName
{
background-color: #DCF49A;
}
.BgClassName
{
background-color: #DCF49A;
}
</style>
border-color css
<style>
span { border-color: #DCF49A; }
span { border-color: rgb(220,244,154); }
td.TdClassName
{
border-color: #DCF49A;
}
.TagClassName
{
border-color: #DCF49A;
}
</style>