Shades of Reef #DBEF98
Tints of Reef #DBEF98
RGB
CMYK
RGB Variations
Color information
#DBEF98 (or 0xDBEF98) is known color: Reef. HEX triplet: DB, EF and 98. RGB value is (219,239,152). Sum of RGB (Red+Green+Blue) = 219+239+152=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF98 is #241067. Grayscale: #DFDFDF. Windows color (decimal): -2363496 or 10022875. OLE color: 10022875.
HSL color Cylindrical-coordinate representation of color #DBEF98: hue angle of 73.79º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBEF98 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 152 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 73.79º | 0.73% | 0.77% | - |
| HSV(B) | 73.79º | 0.36% | 0.94% | - |
| XYZ | 65.75 | 79.06 | 41.5 | - |
| YUV | 223.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 152 | 0.08 | 0 | 0.36 | 0.06 | 73.79 | 0.73 | 0.77 |
| Hex | DB | EF | 98 | 8 | 0 | 24 | 6 | 4A | 49 | 4D |
| Octal | 333 | 357 | 230 | 10 | 0 | 44 | 6 | 112 | 111 | 115 |
| Binary | 11011011 | 11101111 | 10011000 | 1000 | 0 | 100100 | 110 | 1001010 | 1001001 | 1001101 |
Color Harmonies of #DBEF98
Complementary color
Monochromatic Colors of #DBEF98
Black with #DBEF98
Text Example
Text Example
White with #DBEF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF98; }
p { color: rgb(219,239,152); }
H1.HeaderClassName
{
color: #DBEF98;
}
.AnyTagClassName
{
color: #DBEF98;
}
</style>
background-color css
<style>
a { background-color: #DBEF98; }
a { background-color: rgb(219,239,152); }
div.DivClassName
{
background-color: #DBEF98;
}
.BgClassName
{
background-color: #DBEF98;
}
</style>
border-color css
<style>
span { border-color: #DBEF98; }
span { border-color: rgb(219,239,152); }
td.TdClassName
{
border-color: #DBEF98;
}
.TagClassName
{
border-color: #DBEF98;
}
</style>