Shades of Reef #DBFC9A
Tints of Reef #DBFC9A
RGB
CMYK
RGB Variations
Color information
#DBFC9A (or 0xDBFC9A) is known color: Reef. HEX triplet: DB, FC and 9A. RGB value is (219,252,154). Sum of RGB (Red+Green+Blue) = 219+252+154=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9A is #240365. Grayscale: #E7E7E7. Windows color (decimal): -2360166 or 10157275. OLE color: 10157275.
HSL color Cylindrical-coordinate representation of color #DBFC9A: hue angle of 80.2º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBFC9A is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 154 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.01 |
| HSL | 80.2º | 0.94% | 0.8% | - |
| HSV(B) | 80.2º | 0.39% | 0.99% | - |
| XYZ | 69.86 | 87.01 | 43.69 | - |
| YUV | 230.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 154 | 0.13 | 0 | 0.39 | 0.01 | 80.2 | 0.94 | 0.8 |
| Hex | DB | FC | 9A | D | 0 | 27 | 1 | 50 | 5E | 50 |
| Octal | 333 | 374 | 232 | 15 | 0 | 47 | 1 | 120 | 136 | 120 |
| Binary | 11011011 | 11111100 | 10011010 | 1101 | 0 | 100111 | 1 | 1010000 | 1011110 | 1010000 |
Color Harmonies of #DBFC9A
Complementary color
Monochromatic Colors of #DBFC9A
Black with #DBFC9A
Text Example
Text Example
White with #DBFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC9A; }
p { color: rgb(219,252,154); }
H1.HeaderClassName
{
color: #DBFC9A;
}
.AnyTagClassName
{
color: #DBFC9A;
}
</style>
background-color css
<style>
a { background-color: #DBFC9A; }
a { background-color: rgb(219,252,154); }
div.DivClassName
{
background-color: #DBFC9A;
}
.BgClassName
{
background-color: #DBFC9A;
}
</style>
border-color css
<style>
span { border-color: #DBFC9A; }
span { border-color: rgb(219,252,154); }
td.TdClassName
{
border-color: #DBFC9A;
}
.TagClassName
{
border-color: #DBFC9A;
}
</style>