Shades of Pear #DAFD28
Tints of Pear #DAFD28
RGB
CMYK
RGB Variations
Color information
#DAFD28 (or 0xDAFD28) is known color: Pear. HEX triplet: DA, FD and 28. RGB value is (218,253,40). Sum of RGB (Red+Green+Blue) = 218+253+40=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD28 is #2502D7. Grayscale: #DBDBDB. Windows color (decimal): -2425560 or 2686426. OLE color: 2686426.
HSL color Cylindrical-coordinate representation of color #DAFD28: hue angle of 69.86º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAFD28 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 40 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.01 |
| HSL | 69.86º | 0.98% | 0.57% | - |
| HSV(B) | 69.86º | 0.84% | 0.99% | - |
| XYZ | 64.42 | 85.31 | 15.08 | - |
| YUV | 218.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 40 | 0.14 | 0 | 0.84 | 0.01 | 69.86 | 0.98 | 0.57 |
| Hex | DA | FD | 28 | E | 0 | 54 | 1 | 46 | 62 | 39 |
| Octal | 332 | 375 | 50 | 16 | 0 | 124 | 1 | 106 | 142 | 71 |
| Binary | 11011010 | 11111101 | 101000 | 1110 | 0 | 1010100 | 1 | 1000110 | 1100010 | 111001 |
Color Harmonies of #DAFD28
Complementary color
Monochromatic Colors of #DAFD28
Black with #DAFD28
Text Example
Text Example
White with #DAFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD28; }
p { color: rgb(218,253,40); }
H1.HeaderClassName
{
color: #DAFD28;
}
.AnyTagClassName
{
color: #DAFD28;
}
</style>
background-color css
<style>
a { background-color: #DAFD28; }
a { background-color: rgb(218,253,40); }
div.DivClassName
{
background-color: #DAFD28;
}
.BgClassName
{
background-color: #DAFD28;
}
</style>
border-color css
<style>
span { border-color: #DAFD28; }
span { border-color: rgb(218,253,40); }
td.TdClassName
{
border-color: #DAFD28;
}
.TagClassName
{
border-color: #DAFD28;
}
</style>