Shades of Mindaro #DAFB6C
Tints of Mindaro #DAFB6C
RGB
CMYK
RGB Variations
Color information
#DAFB6C (or 0xDAFB6C) is known color: Mindaro. HEX triplet: DA, FB and 6C. RGB value is (218,251,108). Sum of RGB (Red+Green+Blue) = 218+251+108=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB6C is #250493. Grayscale: #E1E1E1. Windows color (decimal): -2426004 or 7142362. OLE color: 7142362.
HSL color Cylindrical-coordinate representation of color #DAFB6C: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAFB6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 108 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.02 |
| HSL | 73.85º | 0.95% | 0.7% | - |
| HSV(B) | 73.85º | 0.57% | 0.98% | - |
| XYZ | 66.12 | 84.98 | 27.11 | - |
| YUV | 224.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 108 | 0.13 | 0 | 0.57 | 0.02 | 73.85 | 0.95 | 0.7 |
| Hex | DA | FB | 6C | D | 0 | 39 | 2 | 4A | 5F | 46 |
| Octal | 332 | 373 | 154 | 15 | 0 | 71 | 2 | 112 | 137 | 106 |
| Binary | 11011010 | 11111011 | 1101100 | 1101 | 0 | 111001 | 10 | 1001010 | 1011111 | 1000110 |
Color Harmonies of #DAFB6C
Complementary color
Monochromatic Colors of #DAFB6C
Black with #DAFB6C
Text Example
Text Example
White with #DAFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB6C; }
p { color: rgb(218,251,108); }
H1.HeaderClassName
{
color: #DAFB6C;
}
.AnyTagClassName
{
color: #DAFB6C;
}
</style>
background-color css
<style>
a { background-color: #DAFB6C; }
a { background-color: rgb(218,251,108); }
div.DivClassName
{
background-color: #DAFB6C;
}
.BgClassName
{
background-color: #DAFB6C;
}
</style>
border-color css
<style>
span { border-color: #DAFB6C; }
span { border-color: rgb(218,251,108); }
td.TdClassName
{
border-color: #DAFB6C;
}
.TagClassName
{
border-color: #DAFB6C;
}
</style>