Shades of Pear #DAFD2F
Tints of Pear #DAFD2F
RGB
CMYK
RGB Variations
Color information
#DAFD2F (or 0xDAFD2F) is known color: Pear. HEX triplet: DA, FD and 2F. RGB value is (218,253,47). Sum of RGB (Red+Green+Blue) = 218+253+47=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD2F is #2502D0. Grayscale: #DBDBDB. Windows color (decimal): -2425553 or 3145178. OLE color: 3145178.
HSL color Cylindrical-coordinate representation of color #DAFD2F: hue angle of 70.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFD2F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 47 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.01 |
| HSL | 70.19º | 0.98% | 0.59% | - |
| HSV(B) | 70.19º | 0.81% | 0.99% | - |
| XYZ | 64.55 | 85.36 | 15.76 | - |
| YUV | 219.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 47 | 0.14 | 0 | 0.81 | 0.01 | 70.19 | 0.98 | 0.59 |
| Hex | DA | FD | 2F | E | 0 | 51 | 1 | 46 | 62 | 3B |
| Octal | 332 | 375 | 57 | 16 | 0 | 121 | 1 | 106 | 142 | 73 |
| Binary | 11011010 | 11111101 | 101111 | 1110 | 0 | 1010001 | 1 | 1000110 | 1100010 | 111011 |
Color Harmonies of #DAFD2F
Complementary color
Monochromatic Colors of #DAFD2F
Black with #DAFD2F
Text Example
Text Example
White with #DAFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD2F; }
p { color: rgb(218,253,47); }
H1.HeaderClassName
{
color: #DAFD2F;
}
.AnyTagClassName
{
color: #DAFD2F;
}
</style>
background-color css
<style>
a { background-color: #DAFD2F; }
a { background-color: rgb(218,253,47); }
div.DivClassName
{
background-color: #DAFD2F;
}
.BgClassName
{
background-color: #DAFD2F;
}
</style>
border-color css
<style>
span { border-color: #DAFD2F; }
span { border-color: rgb(218,253,47); }
td.TdClassName
{
border-color: #DAFD2F;
}
.TagClassName
{
border-color: #DAFD2F;
}
</style>