Shades of Reef #DBFC90
Tints of Reef #DBFC90
RGB
CMYK
RGB Variations
Color information
#DBFC90 (or 0xDBFC90) is known color: Reef. HEX triplet: DB, FC and 90. RGB value is (219,252,144). Sum of RGB (Red+Green+Blue) = 219+252+144=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC90 is #24036F. Grayscale: #E6E6E6. Windows color (decimal): -2360176 or 9501915. OLE color: 9501915.
HSL color Cylindrical-coordinate representation of color #DBFC90: hue angle of 78.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBFC90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 144 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.01 |
| HSL | 78.33º | 0.95% | 0.78% | - |
| HSV(B) | 78.33º | 0.43% | 0.99% | - |
| XYZ | 69.06 | 86.69 | 39.48 | - |
| YUV | 229.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 144 | 0.13 | 0 | 0.43 | 0.01 | 78.33 | 0.95 | 0.78 |
| Hex | DB | FC | 90 | D | 0 | 2B | 1 | 4E | 5F | 4E |
| Octal | 333 | 374 | 220 | 15 | 0 | 53 | 1 | 116 | 137 | 116 |
| Binary | 11011011 | 11111100 | 10010000 | 1101 | 0 | 101011 | 1 | 1001110 | 1011111 | 1001110 |
Color Harmonies of #DBFC90
Complementary color
Monochromatic Colors of #DBFC90
Black with #DBFC90
Text Example
Text Example
White with #DBFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC90; }
p { color: rgb(219,252,144); }
H1.HeaderClassName
{
color: #DBFC90;
}
.AnyTagClassName
{
color: #DBFC90;
}
</style>
background-color css
<style>
a { background-color: #DBFC90; }
a { background-color: rgb(219,252,144); }
div.DivClassName
{
background-color: #DBFC90;
}
.BgClassName
{
background-color: #DBFC90;
}
</style>
border-color css
<style>
span { border-color: #DBFC90; }
span { border-color: rgb(219,252,144); }
td.TdClassName
{
border-color: #DBFC90;
}
.TagClassName
{
border-color: #DBFC90;
}
</style>