Shades of Reef #DCFF9A
Tints of Reef #DCFF9A
RGB
CMYK
RGB Variations
Color information
#DCFF9A (or 0xDCFF9A) is known color: Reef. HEX triplet: DC, FF and 9A. RGB value is (220,255,154). Sum of RGB (Red+Green+Blue) = 220+255+154=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF9A is #230065. Grayscale: #E9E9E9. Windows color (decimal): -2293862 or 10158044. OLE color: 10158044.
HSL color Cylindrical-coordinate representation of color #DCFF9A: hue angle of 80.79º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFF9A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 154 | - |
| CMYK | 0.14 | 0 | 0.40 | 0 |
| HSL | 80.79º | 1% | 0.8% | - |
| HSV(B) | 80.79º | 0.4% | 1% | - |
| XYZ | 71.11 | 89.07 | 44.02 | - |
| YUV | 233.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 154 | 0.14 | 0 | 0.40 | 0 | 80.79 | 1 | 0.8 |
| Hex | DC | FF | 9A | E | 0 | 28 | 0 | 51 | 64 | 50 |
| Octal | 334 | 377 | 232 | 16 | 0 | 50 | 0 | 121 | 144 | 120 |
| Binary | 11011100 | 11111111 | 10011010 | 1110 | 0 | 101000 | 0 | 1010001 | 1100100 | 1010000 |
Color Harmonies of #DCFF9A
Complementary color
Monochromatic Colors of #DCFF9A
Black with #DCFF9A
Text Example
Text Example
White with #DCFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF9A; }
p { color: rgb(220,255,154); }
H1.HeaderClassName
{
color: #DCFF9A;
}
.AnyTagClassName
{
color: #DCFF9A;
}
</style>
background-color css
<style>
a { background-color: #DCFF9A; }
a { background-color: rgb(220,255,154); }
div.DivClassName
{
background-color: #DCFF9A;
}
.BgClassName
{
background-color: #DCFF9A;
}
</style>
border-color css
<style>
span { border-color: #DCFF9A; }
span { border-color: rgb(220,255,154); }
td.TdClassName
{
border-color: #DCFF9A;
}
.TagClassName
{
border-color: #DCFF9A;
}
</style>