Shades of Reef #DBF99D
Tints of Reef #DBF99D
RGB
CMYK
RGB Variations
Color information
#DBF99D (or 0xDBF99D) is known color: Reef. HEX triplet: DB, F9 and 9D. RGB value is (219,249,157). Sum of RGB (Red+Green+Blue) = 219+249+157=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF99D is #240662. Grayscale: #E5E5E5. Windows color (decimal): -2360931 or 10353115. OLE color: 10353115.
HSL color Cylindrical-coordinate representation of color #DBF99D: hue angle of 79.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBF99D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 249 | 157 | - |
CMYK | 0.12 | 0 | 0.37 | 0.02 |
HSL | 79.57º | 0.88% | 0.8% | - |
HSV(B) | 79.57º | 0.37% | 0.98% | - |
XYZ | 69.17 | 85.25 | 44.71 | - |
YUV | 229.54 | 87.06 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 157 | 0.12 | 0 | 0.37 | 0.02 | 79.57 | 0.88 | 0.8 |
Hex | DB | F9 | 9D | C | 0 | 25 | 2 | 50 | 58 | 50 |
Octal | 333 | 371 | 235 | 14 | 0 | 45 | 2 | 120 | 130 | 120 |
Binary | 11011011 | 11111001 | 10011101 | 1100 | 0 | 100101 | 10 | 1010000 | 1011000 | 1010000 |
Color Harmonies of #DBF99D
Complementary color
Monochromatic Colors of #DBF99D
Black with #DBF99D
Text Example
Text Example
White with #DBF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF99D; }
p { color: rgb(219,249,157); }
H1.HeaderClassName
{
color: #DBF99D;
}
.AnyTagClassName
{
color: #DBF99D;
}
</style>
background-color css
<style>
a { background-color: #DBF99D; }
a { background-color: rgb(219,249,157); }
div.DivClassName
{
background-color: #DBF99D;
}
.BgClassName
{
background-color: #DBF99D;
}
</style>
border-color css
<style>
span { border-color: #DBF99D; }
span { border-color: rgb(219,249,157); }
td.TdClassName
{
border-color: #DBF99D;
}
.TagClassName
{
border-color: #DBF99D;
}
</style>