Shades of Pear #DAFD2A
Tints of Pear #DAFD2A
RGB
CMYK
RGB Variations
Color information
#DAFD2A (or 0xDAFD2A) is known color: Pear. HEX triplet: DA, FD and 2A. RGB value is (218,253,42). Sum of RGB (Red+Green+Blue) = 218+253+42=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD2A is #2502D5. Grayscale: #DBDBDB. Windows color (decimal): -2425558 or 2817498. OLE color: 2817498.
HSL color Cylindrical-coordinate representation of color #DAFD2A: hue angle of 69.95º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAFD2A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.01 |
| HSL | 69.95º | 0.98% | 0.58% | - |
| HSV(B) | 69.95º | 0.83% | 0.99% | - |
| XYZ | 64.46 | 85.32 | 15.26 | - |
| YUV | 218.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 42 | 0.14 | 0 | 0.83 | 0.01 | 69.95 | 0.98 | 0.58 |
| Hex | DA | FD | 2A | E | 0 | 53 | 1 | 46 | 62 | 3A |
| Octal | 332 | 375 | 52 | 16 | 0 | 123 | 1 | 106 | 142 | 72 |
| Binary | 11011010 | 11111101 | 101010 | 1110 | 0 | 1010011 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #DAFD2A
Complementary color
Monochromatic Colors of #DAFD2A
Black with #DAFD2A
Text Example
Text Example
White with #DAFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD2A; }
p { color: rgb(218,253,42); }
H1.HeaderClassName
{
color: #DAFD2A;
}
.AnyTagClassName
{
color: #DAFD2A;
}
</style>
background-color css
<style>
a { background-color: #DAFD2A; }
a { background-color: rgb(218,253,42); }
div.DivClassName
{
background-color: #DAFD2A;
}
.BgClassName
{
background-color: #DAFD2A;
}
</style>
border-color css
<style>
span { border-color: #DAFD2A; }
span { border-color: rgb(218,253,42); }
td.TdClassName
{
border-color: #DAFD2A;
}
.TagClassName
{
border-color: #DAFD2A;
}
</style>