Shades of Reef #DBF09A
Tints of Reef #DBF09A
RGB
CMYK
RGB Variations
Color information
#DBF09A (or 0xDBF09A) is known color: Reef. HEX triplet: DB, F0 and 9A. RGB value is (219,240,154). Sum of RGB (Red+Green+Blue) = 219+240+154=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09A is #240F65. Grayscale: #E0E0E0. Windows color (decimal): -2363238 or 10154203. OLE color: 10154203.
HSL color Cylindrical-coordinate representation of color #DBF09A: hue angle of 74.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBF09A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 154 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.06 |
| HSL | 74.65º | 0.74% | 0.77% | - |
| HSV(B) | 74.65º | 0.36% | 0.94% | - |
| XYZ | 66.21 | 79.71 | 42.47 | - |
| YUV | 223.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 154 | 0.09 | 0 | 0.36 | 0.06 | 74.65 | 0.74 | 0.77 |
| Hex | DB | F0 | 9A | 9 | 0 | 24 | 6 | 4B | 4A | 4D |
| Octal | 333 | 360 | 232 | 11 | 0 | 44 | 6 | 113 | 112 | 115 |
| Binary | 11011011 | 11110000 | 10011010 | 1001 | 0 | 100100 | 110 | 1001011 | 1001010 | 1001101 |
Color Harmonies of #DBF09A
Complementary color
Monochromatic Colors of #DBF09A
Black with #DBF09A
Text Example
Text Example
White with #DBF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF09A; }
p { color: rgb(219,240,154); }
H1.HeaderClassName
{
color: #DBF09A;
}
.AnyTagClassName
{
color: #DBF09A;
}
</style>
background-color css
<style>
a { background-color: #DBF09A; }
a { background-color: rgb(219,240,154); }
div.DivClassName
{
background-color: #DBF09A;
}
.BgClassName
{
background-color: #DBF09A;
}
</style>
border-color css
<style>
span { border-color: #DBF09A; }
span { border-color: rgb(219,240,154); }
td.TdClassName
{
border-color: #DBF09A;
}
.TagClassName
{
border-color: #DBF09A;
}
</style>