Shades of Reef #DCFA90
Tints of Reef #DCFA90
RGB
CMYK
RGB Variations
Color information
#DCFA90 (or 0xDCFA90) is known color: Reef. HEX triplet: DC, FA and 90. RGB value is (220,250,144). Sum of RGB (Red+Green+Blue) = 220+250+144=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA90 is #23056F. Grayscale: #E5E5E5. Windows color (decimal): -2295152 or 9501404. OLE color: 9501404.
HSL color Cylindrical-coordinate representation of color #DCFA90: hue angle of 76.98º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFA90 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 144 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.02 |
| HSL | 76.98º | 0.91% | 0.77% | - |
| HSV(B) | 76.98º | 0.42% | 0.98% | - |
| XYZ | 68.73 | 85.6 | 39.29 | - |
| YUV | 228.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 144 | 0.12 | 0 | 0.42 | 0.02 | 76.98 | 0.91 | 0.77 |
| Hex | DC | FA | 90 | C | 0 | 2A | 2 | 4D | 5B | 4D |
| Octal | 334 | 372 | 220 | 14 | 0 | 52 | 2 | 115 | 133 | 115 |
| Binary | 11011100 | 11111010 | 10010000 | 1100 | 0 | 101010 | 10 | 1001101 | 1011011 | 1001101 |
Color Harmonies of #DCFA90
Complementary color
Monochromatic Colors of #DCFA90
Black with #DCFA90
Text Example
Text Example
White with #DCFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA90; }
p { color: rgb(220,250,144); }
H1.HeaderClassName
{
color: #DCFA90;
}
.AnyTagClassName
{
color: #DCFA90;
}
</style>
background-color css
<style>
a { background-color: #DCFA90; }
a { background-color: rgb(220,250,144); }
div.DivClassName
{
background-color: #DCFA90;
}
.BgClassName
{
background-color: #DCFA90;
}
</style>
border-color css
<style>
span { border-color: #DCFA90; }
span { border-color: rgb(220,250,144); }
td.TdClassName
{
border-color: #DCFA90;
}
.TagClassName
{
border-color: #DCFA90;
}
</style>