Shades of Reef #DBF68A
Tints of Reef #DBF68A
RGB
CMYK
RGB Variations
Color information
#DBF68A (or 0xDBF68A) is known color: Reef. HEX triplet: DB, F6 and 8A. RGB value is (219,246,138). Sum of RGB (Red+Green+Blue) = 219+246+138=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF68A is #240975. Grayscale: #E2E2E2. Windows color (decimal): -2361718 or 9107163. OLE color: 9107163.
HSL color Cylindrical-coordinate representation of color #DBF68A: hue angle of 75º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF68A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 138 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.04 |
| HSL | 75º | 0.86% | 0.75% | - |
| HSV(B) | 75º | 0.44% | 0.96% | - |
| XYZ | 66.76 | 82.81 | 36.51 | - |
| YUV | 225.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 138 | 0.11 | 0 | 0.44 | 0.04 | 75 | 0.86 | 0.75 |
| Hex | DB | F6 | 8A | B | 0 | 2C | 4 | 4B | 56 | 4B |
| Octal | 333 | 366 | 212 | 13 | 0 | 54 | 4 | 113 | 126 | 113 |
| Binary | 11011011 | 11110110 | 10001010 | 1011 | 0 | 101100 | 100 | 1001011 | 1010110 | 1001011 |
Color Harmonies of #DBF68A
Complementary color
Monochromatic Colors of #DBF68A
Black with #DBF68A
Text Example
Text Example
White with #DBF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF68A; }
p { color: rgb(219,246,138); }
H1.HeaderClassName
{
color: #DBF68A;
}
.AnyTagClassName
{
color: #DBF68A;
}
</style>
background-color css
<style>
a { background-color: #DBF68A; }
a { background-color: rgb(219,246,138); }
div.DivClassName
{
background-color: #DBF68A;
}
.BgClassName
{
background-color: #DBF68A;
}
</style>
border-color css
<style>
span { border-color: #DBF68A; }
span { border-color: rgb(219,246,138); }
td.TdClassName
{
border-color: #DBF68A;
}
.TagClassName
{
border-color: #DBF68A;
}
</style>