Shades of Reef #DBFC8C
Tints of Reef #DBFC8C
RGB
CMYK
RGB Variations
Color information
#DBFC8C (or 0xDBFC8C) is known color: Reef. HEX triplet: DB, FC and 8C. RGB value is (219,252,140). Sum of RGB (Red+Green+Blue) = 219+252+140=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC8C is #240373. Grayscale: #E5E5E5. Windows color (decimal): -2360180 or 9239771. OLE color: 9239771.
HSL color Cylindrical-coordinate representation of color #DBFC8C: hue angle of 77.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFC8C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 140 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.01 |
| HSL | 77.68º | 0.95% | 0.77% | - |
| HSV(B) | 77.68º | 0.44% | 0.99% | - |
| XYZ | 68.76 | 86.57 | 37.9 | - |
| YUV | 229.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 140 | 0.13 | 0 | 0.44 | 0.01 | 77.68 | 0.95 | 0.77 |
| Hex | DB | FC | 8C | D | 0 | 2C | 1 | 4E | 5F | 4D |
| Octal | 333 | 374 | 214 | 15 | 0 | 54 | 1 | 116 | 137 | 115 |
| Binary | 11011011 | 11111100 | 10001100 | 1101 | 0 | 101100 | 1 | 1001110 | 1011111 | 1001101 |
Color Harmonies of #DBFC8C
Complementary color
Monochromatic Colors of #DBFC8C
Black with #DBFC8C
Text Example
Text Example
White with #DBFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC8C; }
p { color: rgb(219,252,140); }
H1.HeaderClassName
{
color: #DBFC8C;
}
.AnyTagClassName
{
color: #DBFC8C;
}
</style>
background-color css
<style>
a { background-color: #DBFC8C; }
a { background-color: rgb(219,252,140); }
div.DivClassName
{
background-color: #DBFC8C;
}
.BgClassName
{
background-color: #DBFC8C;
}
</style>
border-color css
<style>
span { border-color: #DBFC8C; }
span { border-color: rgb(219,252,140); }
td.TdClassName
{
border-color: #DBFC8C;
}
.TagClassName
{
border-color: #DBFC8C;
}
</style>