Shades of Reef #DBF69A
Tints of Reef #DBF69A
RGB
CMYK
RGB Variations
Color information
#DBF69A (or 0xDBF69A) is known color: Reef. HEX triplet: DB, F6 and 9A. RGB value is (219,246,154). Sum of RGB (Red+Green+Blue) = 219+246+154=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF69A is #240965. Grayscale: #E3E3E3. Windows color (decimal): -2361702 or 10155739. OLE color: 10155739.
HSL color Cylindrical-coordinate representation of color #DBF69A: hue angle of 77.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBF69A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 154 | - |
CMYK | 0.11 | 0 | 0.37 | 0.04 |
HSL | 77.61º | 0.84% | 0.78% | - |
HSV(B) | 77.61º | 0.37% | 0.96% | - |
XYZ | 68 | 83.3 | 43.07 | - |
YUV | 227.44 | 86.55 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 154 | 0.11 | 0 | 0.37 | 0.04 | 77.61 | 0.84 | 0.78 |
Hex | DB | F6 | 9A | B | 0 | 25 | 4 | 4E | 54 | 4E |
Octal | 333 | 366 | 232 | 13 | 0 | 45 | 4 | 116 | 124 | 116 |
Binary | 11011011 | 11110110 | 10011010 | 1011 | 0 | 100101 | 100 | 1001110 | 1010100 | 1001110 |
Color Harmonies of #DBF69A
Complementary color
Monochromatic Colors of #DBF69A
Black with #DBF69A
Text Example
Text Example
White with #DBF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF69A; }
p { color: rgb(219,246,154); }
H1.HeaderClassName
{
color: #DBF69A;
}
.AnyTagClassName
{
color: #DBF69A;
}
</style>
background-color css
<style>
a { background-color: #DBF69A; }
a { background-color: rgb(219,246,154); }
div.DivClassName
{
background-color: #DBF69A;
}
.BgClassName
{
background-color: #DBF69A;
}
</style>
border-color css
<style>
span { border-color: #DBF69A; }
span { border-color: rgb(219,246,154); }
td.TdClassName
{
border-color: #DBF69A;
}
.TagClassName
{
border-color: #DBF69A;
}
</style>