Shades of Reef #DAFB91
Tints of Reef #DAFB91
RGB
CMYK
RGB Variations
Color information
#DAFB91 (or 0xDAFB91) is known color: Reef. HEX triplet: DA, FB and 91. RGB value is (218,251,145). Sum of RGB (Red+Green+Blue) = 218+251+145=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB91 is #25046E. Grayscale: #E5E5E5. Windows color (decimal): -2425967 or 9567194. OLE color: 9567194.
HSL color Cylindrical-coordinate representation of color #DAFB91: hue angle of 78.68º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAFB91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 145 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.02 |
| HSL | 78.68º | 0.93% | 0.78% | - |
| HSV(B) | 78.68º | 0.42% | 0.98% | - |
| XYZ | 68.52 | 85.94 | 39.77 | - |
| YUV | 229.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 145 | 0.13 | 0 | 0.42 | 0.02 | 78.68 | 0.93 | 0.78 |
| Hex | DA | FB | 91 | D | 0 | 2A | 2 | 4F | 5D | 4E |
| Octal | 332 | 373 | 221 | 15 | 0 | 52 | 2 | 117 | 135 | 116 |
| Binary | 11011010 | 11111011 | 10010001 | 1101 | 0 | 101010 | 10 | 1001111 | 1011101 | 1001110 |
Color Harmonies of #DAFB91
Complementary color
Monochromatic Colors of #DAFB91
Black with #DAFB91
Text Example
Text Example
White with #DAFB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB91; }
p { color: rgb(218,251,145); }
H1.HeaderClassName
{
color: #DAFB91;
}
.AnyTagClassName
{
color: #DAFB91;
}
</style>
background-color css
<style>
a { background-color: #DAFB91; }
a { background-color: rgb(218,251,145); }
div.DivClassName
{
background-color: #DAFB91;
}
.BgClassName
{
background-color: #DAFB91;
}
</style>
border-color css
<style>
span { border-color: #DAFB91; }
span { border-color: rgb(218,251,145); }
td.TdClassName
{
border-color: #DAFB91;
}
.TagClassName
{
border-color: #DAFB91;
}
</style>