Shades of Reef #DBF58B
Tints of Reef #DBF58B
RGB
CMYK
RGB Variations
Color information
#DBF58B (or 0xDBF58B) is known color: Reef. HEX triplet: DB, F5 and 8B. RGB value is (219,245,139). Sum of RGB (Red+Green+Blue) = 219+245+139=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF58B is #240A74. Grayscale: #E1E1E1. Windows color (decimal): -2361973 or 9172443. OLE color: 9172443.
HSL color Cylindrical-coordinate representation of color #DBF58B: hue angle of 74.72º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF58B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 139 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.04 |
| HSL | 74.72º | 0.84% | 0.75% | - |
| HSV(B) | 74.72º | 0.43% | 0.96% | - |
| XYZ | 66.53 | 82.23 | 36.79 | - |
| YUV | 225.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 139 | 0.11 | 0 | 0.43 | 0.04 | 74.72 | 0.84 | 0.75 |
| Hex | DB | F5 | 8B | B | 0 | 2B | 4 | 4B | 54 | 4B |
| Octal | 333 | 365 | 213 | 13 | 0 | 53 | 4 | 113 | 124 | 113 |
| Binary | 11011011 | 11110101 | 10001011 | 1011 | 0 | 101011 | 100 | 1001011 | 1010100 | 1001011 |
Color Harmonies of #DBF58B
Complementary color
Monochromatic Colors of #DBF58B
Black with #DBF58B
Text Example
Text Example
White with #DBF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF58B; }
p { color: rgb(219,245,139); }
H1.HeaderClassName
{
color: #DBF58B;
}
.AnyTagClassName
{
color: #DBF58B;
}
</style>
background-color css
<style>
a { background-color: #DBF58B; }
a { background-color: rgb(219,245,139); }
div.DivClassName
{
background-color: #DBF58B;
}
.BgClassName
{
background-color: #DBF58B;
}
</style>
border-color css
<style>
span { border-color: #DBF58B; }
span { border-color: rgb(219,245,139); }
td.TdClassName
{
border-color: #DBF58B;
}
.TagClassName
{
border-color: #DBF58B;
}
</style>