Shades of Reef #DCFB8A
Tints of Reef #DCFB8A
RGB
CMYK
RGB Variations
Color information
#DCFB8A (or 0xDCFB8A) is known color: Reef. HEX triplet: DC, FB and 8A. RGB value is (220,251,138). Sum of RGB (Red+Green+Blue) = 220+251+138=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8A is #230475. Grayscale: #E5E5E5. Windows color (decimal): -2294902 or 9108444. OLE color: 9108444.
HSL color Cylindrical-coordinate representation of color #DCFB8A: hue angle of 76.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFB8A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 138 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 76.46º | 0.93% | 0.76% | - |
| HSV(B) | 76.46º | 0.45% | 0.98% | - |
| XYZ | 68.6 | 86.04 | 37.04 | - |
| YUV | 228.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 138 | 0.12 | 0 | 0.45 | 0.02 | 76.46 | 0.93 | 0.76 |
| Hex | DC | FB | 8A | C | 0 | 2D | 2 | 4C | 5D | 4C |
| Octal | 334 | 373 | 212 | 14 | 0 | 55 | 2 | 114 | 135 | 114 |
| Binary | 11011100 | 11111011 | 10001010 | 1100 | 0 | 101101 | 10 | 1001100 | 1011101 | 1001100 |
Color Harmonies of #DCFB8A
Complementary color
Monochromatic Colors of #DCFB8A
Black with #DCFB8A
Text Example
Text Example
White with #DCFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB8A; }
p { color: rgb(220,251,138); }
H1.HeaderClassName
{
color: #DCFB8A;
}
.AnyTagClassName
{
color: #DCFB8A;
}
</style>
background-color css
<style>
a { background-color: #DCFB8A; }
a { background-color: rgb(220,251,138); }
div.DivClassName
{
background-color: #DCFB8A;
}
.BgClassName
{
background-color: #DCFB8A;
}
</style>
border-color css
<style>
span { border-color: #DCFB8A; }
span { border-color: rgb(220,251,138); }
td.TdClassName
{
border-color: #DCFB8A;
}
.TagClassName
{
border-color: #DCFB8A;
}
</style>