Shades of Reef #DBFC94
Tints of Reef #DBFC94
RGB
CMYK
RGB Variations
Color information
#DBFC94 (or 0xDBFC94) is known color: Reef. HEX triplet: DB, FC and 94. RGB value is (219,252,148). Sum of RGB (Red+Green+Blue) = 219+252+148=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC94 is #24036B. Grayscale: #E6E6E6. Windows color (decimal): -2360172 or 9764059. OLE color: 9764059.
HSL color Cylindrical-coordinate representation of color #DBFC94: hue angle of 79.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBFC94 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 148 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.01 |
| HSL | 79.04º | 0.95% | 0.78% | - |
| HSV(B) | 79.04º | 0.41% | 0.99% | - |
| XYZ | 69.37 | 86.82 | 41.12 | - |
| YUV | 230.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 148 | 0.13 | 0 | 0.41 | 0.01 | 79.04 | 0.95 | 0.78 |
| Hex | DB | FC | 94 | D | 0 | 29 | 1 | 4F | 5F | 4E |
| Octal | 333 | 374 | 224 | 15 | 0 | 51 | 1 | 117 | 137 | 116 |
| Binary | 11011011 | 11111100 | 10010100 | 1101 | 0 | 101001 | 1 | 1001111 | 1011111 | 1001110 |
Color Harmonies of #DBFC94
Complementary color
Monochromatic Colors of #DBFC94
Black with #DBFC94
Text Example
Text Example
White with #DBFC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC94; }
p { color: rgb(219,252,148); }
H1.HeaderClassName
{
color: #DBFC94;
}
.AnyTagClassName
{
color: #DBFC94;
}
</style>
background-color css
<style>
a { background-color: #DBFC94; }
a { background-color: rgb(219,252,148); }
div.DivClassName
{
background-color: #DBFC94;
}
.BgClassName
{
background-color: #DBFC94;
}
</style>
border-color css
<style>
span { border-color: #DBFC94; }
span { border-color: rgb(219,252,148); }
td.TdClassName
{
border-color: #DBFC94;
}
.TagClassName
{
border-color: #DBFC94;
}
</style>