Shades of Pear #DAFD2C
Tints of Pear #DAFD2C
RGB
CMYK
RGB Variations
Color information
#DAFD2C (or 0xDAFD2C) is known color: Pear. HEX triplet: DA, FD and 2C. RGB value is (218,253,44). Sum of RGB (Red+Green+Blue) = 218+253+44=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD2C is #2502D3. Grayscale: #DBDBDB. Windows color (decimal): -2425556 or 2948570. OLE color: 2948570.
HSL color Cylindrical-coordinate representation of color #DAFD2C: hue angle of 70.05º 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 #DAFD2C is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 44 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.01 |
| HSL | 70.05º | 0.98% | 0.58% | - |
| HSV(B) | 70.05º | 0.83% | 0.99% | - |
| XYZ | 64.49 | 85.34 | 15.46 | - |
| YUV | 218.71 | 29.4 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 44 | 0.14 | 0 | 0.83 | 0.01 | 70.05 | 0.98 | 0.58 |
| Hex | DA | FD | 2C | E | 0 | 53 | 1 | 46 | 62 | 3A |
| Octal | 332 | 375 | 54 | 16 | 0 | 123 | 1 | 106 | 142 | 72 |
| Binary | 11011010 | 11111101 | 101100 | 1110 | 0 | 1010011 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #DAFD2C
Complementary color
Monochromatic Colors of #DAFD2C
Black with #DAFD2C
Text Example
Text Example
White with #DAFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD2C; }
p { color: rgb(218,253,44); }
H1.HeaderClassName
{
color: #DAFD2C;
}
.AnyTagClassName
{
color: #DAFD2C;
}
</style>
background-color css
<style>
a { background-color: #DAFD2C; }
a { background-color: rgb(218,253,44); }
div.DivClassName
{
background-color: #DAFD2C;
}
.BgClassName
{
background-color: #DAFD2C;
}
</style>
border-color css
<style>
span { border-color: #DAFD2C; }
span { border-color: rgb(218,253,44); }
td.TdClassName
{
border-color: #DAFD2C;
}
.TagClassName
{
border-color: #DAFD2C;
}
</style>