Shades of Mindaro #DAFB68
Tints of Mindaro #DAFB68
RGB
CMYK
RGB Variations
Color information
#DAFB68 (or 0xDAFB68) is known color: Mindaro. HEX triplet: DA, FB and 68. RGB value is (218,251,104). Sum of RGB (Red+Green+Blue) = 218+251+104=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB68 is #250497. Grayscale: #E0E0E0. Windows color (decimal): -2426008 or 6880218. OLE color: 6880218.
HSL color Cylindrical-coordinate representation of color #DAFB68: hue angle of 73.47º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFB68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.02 |
| HSL | 73.47º | 0.95% | 0.7% | - |
| HSV(B) | 73.47º | 0.59% | 0.98% | - |
| XYZ | 65.91 | 84.9 | 26.01 | - |
| YUV | 224.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 104 | 0.13 | 0 | 0.59 | 0.02 | 73.47 | 0.95 | 0.7 |
| Hex | DA | FB | 68 | D | 0 | 3B | 2 | 49 | 5F | 46 |
| Octal | 332 | 373 | 150 | 15 | 0 | 73 | 2 | 111 | 137 | 106 |
| Binary | 11011010 | 11111011 | 1101000 | 1101 | 0 | 111011 | 10 | 1001001 | 1011111 | 1000110 |
Color Harmonies of #DAFB68
Complementary color
Monochromatic Colors of #DAFB68
Black with #DAFB68
Text Example
Text Example
White with #DAFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB68; }
p { color: rgb(218,251,104); }
H1.HeaderClassName
{
color: #DAFB68;
}
.AnyTagClassName
{
color: #DAFB68;
}
</style>
background-color css
<style>
a { background-color: #DAFB68; }
a { background-color: rgb(218,251,104); }
div.DivClassName
{
background-color: #DAFB68;
}
.BgClassName
{
background-color: #DAFB68;
}
</style>
border-color css
<style>
span { border-color: #DAFB68; }
span { border-color: rgb(218,251,104); }
td.TdClassName
{
border-color: #DAFB68;
}
.TagClassName
{
border-color: #DAFB68;
}
</style>