Shades of Reef #DBFF9A
Tints of Reef #DBFF9A
RGB
CMYK
RGB Variations
Color information
#DBFF9A (or 0xDBFF9A) is known color: Reef. HEX triplet: DB, FF and 9A. RGB value is (219,255,154). Sum of RGB (Red+Green+Blue) = 219+255+154=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9A is #240065. Grayscale: #E9E9E9. Windows color (decimal): -2359398 or 10158043. OLE color: 10158043.
HSL color Cylindrical-coordinate representation of color #DBFF9A: hue angle of 81.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFF9A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 154 | - |
| CMYK | 0.14 | 0 | 0.40 | 0 |
| HSL | 81.39º | 1% | 0.8% | - |
| HSV(B) | 81.39º | 0.4% | 1% | - |
| XYZ | 70.81 | 88.91 | 44 | - |
| YUV | 232.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 154 | 0.14 | 0 | 0.40 | 0 | 81.39 | 1 | 0.8 |
| Hex | DB | FF | 9A | E | 0 | 28 | 0 | 51 | 64 | 50 |
| Octal | 333 | 377 | 232 | 16 | 0 | 50 | 0 | 121 | 144 | 120 |
| Binary | 11011011 | 11111111 | 10011010 | 1110 | 0 | 101000 | 0 | 1010001 | 1100100 | 1010000 |
Color Harmonies of #DBFF9A
Complementary color
Monochromatic Colors of #DBFF9A
Black with #DBFF9A
Text Example
Text Example
White with #DBFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF9A; }
p { color: rgb(219,255,154); }
H1.HeaderClassName
{
color: #DBFF9A;
}
.AnyTagClassName
{
color: #DBFF9A;
}
</style>
background-color css
<style>
a { background-color: #DBFF9A; }
a { background-color: rgb(219,255,154); }
div.DivClassName
{
background-color: #DBFF9A;
}
.BgClassName
{
background-color: #DBFF9A;
}
</style>
border-color css
<style>
span { border-color: #DBFF9A; }
span { border-color: rgb(219,255,154); }
td.TdClassName
{
border-color: #DBFF9A;
}
.TagClassName
{
border-color: #DBFF9A;
}
</style>