Shades of Mindaro #DAFD77
Tints of Mindaro #DAFD77
RGB
CMYK
RGB Variations
Color information
#DAFD77 (or 0xDAFD77) is known color: Mindaro. HEX triplet: DA, FD and 77. RGB value is (218,253,119). Sum of RGB (Red+Green+Blue) = 218+253+119=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD77 is #250288. Grayscale: #E3E3E3. Windows color (decimal): -2425481 or 7863770. OLE color: 7863770.
HSL color Cylindrical-coordinate representation of color #DAFD77: hue angle of 75.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAFD77 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 119 | - |
CMYK | 0.14 | 0 | 0.53 | 0.01 |
HSL | 75.67º | 0.97% | 0.73% | - |
HSV(B) | 75.67º | 0.53% | 0.99% | - |
XYZ | 67.37 | 86.49 | 30.6 | - |
YUV | 227.26 | 66.9 | 121.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 119 | 0.14 | 0 | 0.53 | 0.01 | 75.67 | 0.97 | 0.73 |
Hex | DA | FD | 77 | E | 0 | 35 | 1 | 4C | 61 | 49 |
Octal | 332 | 375 | 167 | 16 | 0 | 65 | 1 | 114 | 141 | 111 |
Binary | 11011010 | 11111101 | 1110111 | 1110 | 0 | 110101 | 1 | 1001100 | 1100001 | 1001001 |
Color Harmonies of #DAFD77
Complementary color
Monochromatic Colors of #DAFD77
Black with #DAFD77
Text Example
Text Example
White with #DAFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD77; }
p { color: rgb(218,253,119); }
H1.HeaderClassName
{
color: #DAFD77;
}
.AnyTagClassName
{
color: #DAFD77;
}
</style>
background-color css
<style>
a { background-color: #DAFD77; }
a { background-color: rgb(218,253,119); }
div.DivClassName
{
background-color: #DAFD77;
}
.BgClassName
{
background-color: #DAFD77;
}
</style>
border-color css
<style>
span { border-color: #DAFD77; }
span { border-color: rgb(218,253,119); }
td.TdClassName
{
border-color: #DAFD77;
}
.TagClassName
{
border-color: #DAFD77;
}
</style>