Shades of Reef #DBFC8A
Tints of Reef #DBFC8A
RGB
CMYK
RGB Variations
Color information
#DBFC8A (or 0xDBFC8A) is known color: Reef. HEX triplet: DB, FC and 8A. RGB value is (219,252,138). Sum of RGB (Red+Green+Blue) = 219+252+138=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC8A is #240375. Grayscale: #E5E5E5. Windows color (decimal): -2360182 or 9108699. OLE color: 9108699.
HSL color Cylindrical-coordinate representation of color #DBFC8A: hue angle of 77.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBFC8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 138 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.01 |
| HSL | 77.37º | 0.95% | 0.76% | - |
| HSV(B) | 77.37º | 0.45% | 0.99% | - |
| XYZ | 68.61 | 86.52 | 37.13 | - |
| YUV | 229.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 138 | 0.13 | 0 | 0.45 | 0.01 | 77.37 | 0.95 | 0.76 |
| Hex | DB | FC | 8A | D | 0 | 2D | 1 | 4D | 5F | 4C |
| Octal | 333 | 374 | 212 | 15 | 0 | 55 | 1 | 115 | 137 | 114 |
| Binary | 11011011 | 11111100 | 10001010 | 1101 | 0 | 101101 | 1 | 1001101 | 1011111 | 1001100 |
Color Harmonies of #DBFC8A
Complementary color
Monochromatic Colors of #DBFC8A
Black with #DBFC8A
Text Example
Text Example
White with #DBFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC8A; }
p { color: rgb(219,252,138); }
H1.HeaderClassName
{
color: #DBFC8A;
}
.AnyTagClassName
{
color: #DBFC8A;
}
</style>
background-color css
<style>
a { background-color: #DBFC8A; }
a { background-color: rgb(219,252,138); }
div.DivClassName
{
background-color: #DBFC8A;
}
.BgClassName
{
background-color: #DBFC8A;
}
</style>
border-color css
<style>
span { border-color: #DBFC8A; }
span { border-color: rgb(219,252,138); }
td.TdClassName
{
border-color: #DBFC8A;
}
.TagClassName
{
border-color: #DBFC8A;
}
</style>