Shades of Reef #DCFB8B
Tints of Reef #DCFB8B
RGB
CMYK
RGB Variations
Color information
#DCFB8B (or 0xDCFB8B) is known color: Reef. HEX triplet: DC, FB and 8B. RGB value is (220,251,139). Sum of RGB (Red+Green+Blue) = 220+251+139=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8B is #230474. Grayscale: #E5E5E5. Windows color (decimal): -2294901 or 9173980. OLE color: 9173980.
HSL color Cylindrical-coordinate representation of color #DCFB8B: hue angle of 76.61º 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 #DCFB8B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 139 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 76.61º | 0.93% | 0.76% | - |
| HSV(B) | 76.61º | 0.45% | 0.98% | - |
| XYZ | 68.67 | 86.07 | 37.42 | - |
| YUV | 228.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 139 | 0.12 | 0 | 0.45 | 0.02 | 76.61 | 0.93 | 0.76 |
| Hex | DC | FB | 8B | C | 0 | 2D | 2 | 4D | 5D | 4C |
| Octal | 334 | 373 | 213 | 14 | 0 | 55 | 2 | 115 | 135 | 114 |
| Binary | 11011100 | 11111011 | 10001011 | 1100 | 0 | 101101 | 10 | 1001101 | 1011101 | 1001100 |
Color Harmonies of #DCFB8B
Complementary color
Monochromatic Colors of #DCFB8B
Black with #DCFB8B
Text Example
Text Example
White with #DCFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB8B; }
p { color: rgb(220,251,139); }
H1.HeaderClassName
{
color: #DCFB8B;
}
.AnyTagClassName
{
color: #DCFB8B;
}
</style>
background-color css
<style>
a { background-color: #DCFB8B; }
a { background-color: rgb(220,251,139); }
div.DivClassName
{
background-color: #DCFB8B;
}
.BgClassName
{
background-color: #DCFB8B;
}
</style>
border-color css
<style>
span { border-color: #DCFB8B; }
span { border-color: rgb(220,251,139); }
td.TdClassName
{
border-color: #DCFB8B;
}
.TagClassName
{
border-color: #DCFB8B;
}
</style>