Shades of Reef #DAFB90
Tints of Reef #DAFB90
RGB
CMYK
RGB Variations
Color information
#DAFB90 (or 0xDAFB90) is known color: Reef. HEX triplet: DA, FB and 90. RGB value is (218,251,144). Sum of RGB (Red+Green+Blue) = 218+251+144=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB90 is #25046F. Grayscale: #E5E5E5. Windows color (decimal): -2425968 or 9501658. OLE color: 9501658.
HSL color Cylindrical-coordinate representation of color #DAFB90: hue angle of 78.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAFB90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 144 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.02 |
| HSL | 78.5º | 0.93% | 0.77% | - |
| HSV(B) | 78.5º | 0.43% | 0.98% | - |
| XYZ | 68.44 | 85.91 | 39.36 | - |
| YUV | 228.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 144 | 0.13 | 0 | 0.43 | 0.02 | 78.5 | 0.93 | 0.77 |
| Hex | DA | FB | 90 | D | 0 | 2B | 2 | 4F | 5D | 4D |
| Octal | 332 | 373 | 220 | 15 | 0 | 53 | 2 | 117 | 135 | 115 |
| Binary | 11011010 | 11111011 | 10010000 | 1101 | 0 | 101011 | 10 | 1001111 | 1011101 | 1001101 |
Color Harmonies of #DAFB90
Complementary color
Monochromatic Colors of #DAFB90
Black with #DAFB90
Text Example
Text Example
White with #DAFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB90; }
p { color: rgb(218,251,144); }
H1.HeaderClassName
{
color: #DAFB90;
}
.AnyTagClassName
{
color: #DAFB90;
}
</style>
background-color css
<style>
a { background-color: #DAFB90; }
a { background-color: rgb(218,251,144); }
div.DivClassName
{
background-color: #DAFB90;
}
.BgClassName
{
background-color: #DAFB90;
}
</style>
border-color css
<style>
span { border-color: #DAFB90; }
span { border-color: rgb(218,251,144); }
td.TdClassName
{
border-color: #DAFB90;
}
.TagClassName
{
border-color: #DAFB90;
}
</style>