Shades of Pear #DAFD2D
Tints of Pear #DAFD2D
RGB
CMYK
RGB Variations
Color information
#DAFD2D (or 0xDAFD2D) is known color: Pear. HEX triplet: DA, FD and 2D. RGB value is (218,253,45). Sum of RGB (Red+Green+Blue) = 218+253+45=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD2D is #2502D2. Grayscale: #DBDBDB. Windows color (decimal): -2425555 or 3014106. OLE color: 3014106.
HSL color Cylindrical-coordinate representation of color #DAFD2D: hue angle of 70.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFD2D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.01 |
| HSL | 70.1º | 0.98% | 0.58% | - |
| HSV(B) | 70.1º | 0.82% | 0.99% | - |
| XYZ | 64.51 | 85.35 | 15.56 | - |
| YUV | 218.82 | 29.9 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 45 | 0.14 | 0 | 0.82 | 0.01 | 70.1 | 0.98 | 0.58 |
| Hex | DA | FD | 2D | E | 0 | 52 | 1 | 46 | 62 | 3A |
| Octal | 332 | 375 | 55 | 16 | 0 | 122 | 1 | 106 | 142 | 72 |
| Binary | 11011010 | 11111101 | 101101 | 1110 | 0 | 1010010 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #DAFD2D
Complementary color
Monochromatic Colors of #DAFD2D
Black with #DAFD2D
Text Example
Text Example
White with #DAFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD2D; }
p { color: rgb(218,253,45); }
H1.HeaderClassName
{
color: #DAFD2D;
}
.AnyTagClassName
{
color: #DAFD2D;
}
</style>
background-color css
<style>
a { background-color: #DAFD2D; }
a { background-color: rgb(218,253,45); }
div.DivClassName
{
background-color: #DAFD2D;
}
.BgClassName
{
background-color: #DAFD2D;
}
</style>
border-color css
<style>
span { border-color: #DAFD2D; }
span { border-color: rgb(218,253,45); }
td.TdClassName
{
border-color: #DAFD2D;
}
.TagClassName
{
border-color: #DAFD2D;
}
</style>