Shades of Pear #DAFF28
Tints of Pear #DAFF28
RGB
CMYK
RGB Variations
Color information
#DAFF28 (or 0xDAFF28) is known color: Pear. HEX triplet: DA, FF and 28. RGB value is (218,255,40). Sum of RGB (Red+Green+Blue) = 218+255+40=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF28 is #2500D7. Grayscale: #DCDCDC. Windows color (decimal): -2425048 or 2686938. OLE color: 2686938.
HSL color Cylindrical-coordinate representation of color #DAFF28: hue angle of 70.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAFF28 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 40 | - |
| CMYK | 0.15 | 0 | 0.84 | 0 |
| HSL | 70.33º | 1% | 0.58% | - |
| HSV(B) | 70.33º | 0.84% | 1% | - |
| XYZ | 65.06 | 86.58 | 15.29 | - |
| YUV | 219.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 40 | 0.15 | 0 | 0.84 | 0 | 70.33 | 1 | 0.58 |
| Hex | DA | FF | 28 | F | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 332 | 377 | 50 | 17 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011010 | 11111111 | 101000 | 1111 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DAFF28
Complementary color
Monochromatic Colors of #DAFF28
Black with #DAFF28
Text Example
Text Example
White with #DAFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF28; }
p { color: rgb(218,255,40); }
H1.HeaderClassName
{
color: #DAFF28;
}
.AnyTagClassName
{
color: #DAFF28;
}
</style>
background-color css
<style>
a { background-color: #DAFF28; }
a { background-color: rgb(218,255,40); }
div.DivClassName
{
background-color: #DAFF28;
}
.BgClassName
{
background-color: #DAFF28;
}
</style>
border-color css
<style>
span { border-color: #DAFF28; }
span { border-color: rgb(218,255,40); }
td.TdClassName
{
border-color: #DAFF28;
}
.TagClassName
{
border-color: #DAFF28;
}
</style>