Shades of Reef #DCFA8B
Tints of Reef #DCFA8B
RGB
CMYK
RGB Variations
Color information
#DCFA8B (or 0xDCFA8B) is known color: Reef. HEX triplet: DC, FA and 8B. RGB value is (220,250,139). Sum of RGB (Red+Green+Blue) = 220+250+139=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8B is #230574. Grayscale: #E4E4E4. Windows color (decimal): -2295157 or 9173724. OLE color: 9173724.
HSL color Cylindrical-coordinate representation of color #DCFA8B: hue angle of 76.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFA8B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 139 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 76.22º | 0.92% | 0.76% | - |
| HSV(B) | 76.22º | 0.44% | 0.98% | - |
| XYZ | 68.36 | 85.45 | 37.32 | - |
| YUV | 228.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 139 | 0.12 | 0 | 0.44 | 0.02 | 76.22 | 0.92 | 0.76 |
| Hex | DC | FA | 8B | C | 0 | 2C | 2 | 4C | 5C | 4C |
| Octal | 334 | 372 | 213 | 14 | 0 | 54 | 2 | 114 | 134 | 114 |
| Binary | 11011100 | 11111010 | 10001011 | 1100 | 0 | 101100 | 10 | 1001100 | 1011100 | 1001100 |
Color Harmonies of #DCFA8B
Complementary color
Monochromatic Colors of #DCFA8B
Black with #DCFA8B
Text Example
Text Example
White with #DCFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA8B; }
p { color: rgb(220,250,139); }
H1.HeaderClassName
{
color: #DCFA8B;
}
.AnyTagClassName
{
color: #DCFA8B;
}
</style>
background-color css
<style>
a { background-color: #DCFA8B; }
a { background-color: rgb(220,250,139); }
div.DivClassName
{
background-color: #DCFA8B;
}
.BgClassName
{
background-color: #DCFA8B;
}
</style>
border-color css
<style>
span { border-color: #DCFA8B; }
span { border-color: rgb(220,250,139); }
td.TdClassName
{
border-color: #DCFA8B;
}
.TagClassName
{
border-color: #DCFA8B;
}
</style>