Shades of Reef #DCFE9A
Tints of Reef #DCFE9A
RGB
CMYK
RGB Variations
Color information
#DCFE9A (or 0xDCFE9A) is known color: Reef. HEX triplet: DC, FE and 9A. RGB value is (220,254,154). Sum of RGB (Red+Green+Blue) = 220+254+154=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE9A is #230165. Grayscale: #E8E8E8. Windows color (decimal): -2294118 or 10157788. OLE color: 10157788.
HSL color Cylindrical-coordinate representation of color #DCFE9A: hue angle of 80.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCFE9A is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 154 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.00 |
| HSL | 80.4º | 0.98% | 0.8% | - |
| HSV(B) | 80.4º | 0.39% | 1% | - |
| XYZ | 70.79 | 88.43 | 43.91 | - |
| YUV | 232.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 154 | 0.13 | 0 | 0.39 | 0.00 | 80.4 | 0.98 | 0.8 |
| Hex | DC | FE | 9A | D | 0 | 27 | 0 | 50 | 62 | 50 |
| Octal | 334 | 376 | 232 | 15 | 0 | 47 | 0 | 120 | 142 | 120 |
| Binary | 11011100 | 11111110 | 10011010 | 1101 | 0 | 100111 | 0 | 1010000 | 1100010 | 1010000 |
Color Harmonies of #DCFE9A
Complementary color
Monochromatic Colors of #DCFE9A
Black with #DCFE9A
Text Example
Text Example
White with #DCFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE9A; }
p { color: rgb(220,254,154); }
H1.HeaderClassName
{
color: #DCFE9A;
}
.AnyTagClassName
{
color: #DCFE9A;
}
</style>
background-color css
<style>
a { background-color: #DCFE9A; }
a { background-color: rgb(220,254,154); }
div.DivClassName
{
background-color: #DCFE9A;
}
.BgClassName
{
background-color: #DCFE9A;
}
</style>
border-color css
<style>
span { border-color: #DCFE9A; }
span { border-color: rgb(220,254,154); }
td.TdClassName
{
border-color: #DCFE9A;
}
.TagClassName
{
border-color: #DCFE9A;
}
</style>