Shades of Reef #DBFD92
Tints of Reef #DBFD92
RGB
CMYK
RGB Variations
Color information
#DBFD92 (or 0xDBFD92) is known color: Reef. HEX triplet: DB, FD and 92. RGB value is (219,253,146). Sum of RGB (Red+Green+Blue) = 219+253+146=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD92 is #24026D. Grayscale: #E7E7E7. Windows color (decimal): -2359918 or 9633243. OLE color: 9633243.
HSL color Cylindrical-coordinate representation of color #DBFD92: hue angle of 79.07º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFD92 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 146 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.01 |
| HSL | 79.07º | 0.96% | 0.78% | - |
| HSV(B) | 79.07º | 0.42% | 0.99% | - |
| XYZ | 69.53 | 87.39 | 40.4 | - |
| YUV | 230.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 146 | 0.13 | 0 | 0.42 | 0.01 | 79.07 | 0.96 | 0.78 |
| Hex | DB | FD | 92 | D | 0 | 2A | 1 | 4F | 60 | 4E |
| Octal | 333 | 375 | 222 | 15 | 0 | 52 | 1 | 117 | 140 | 116 |
| Binary | 11011011 | 11111101 | 10010010 | 1101 | 0 | 101010 | 1 | 1001111 | 1100000 | 1001110 |
Color Harmonies of #DBFD92
Complementary color
Monochromatic Colors of #DBFD92
Black with #DBFD92
Text Example
Text Example
White with #DBFD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD92; }
p { color: rgb(219,253,146); }
H1.HeaderClassName
{
color: #DBFD92;
}
.AnyTagClassName
{
color: #DBFD92;
}
</style>
background-color css
<style>
a { background-color: #DBFD92; }
a { background-color: rgb(219,253,146); }
div.DivClassName
{
background-color: #DBFD92;
}
.BgClassName
{
background-color: #DBFD92;
}
</style>
border-color css
<style>
span { border-color: #DBFD92; }
span { border-color: rgb(219,253,146); }
td.TdClassName
{
border-color: #DBFD92;
}
.TagClassName
{
border-color: #DBFD92;
}
</style>