Shades of Pear #DAFF2F
Tints of Pear #DAFF2F
RGB
CMYK
RGB Variations
Color information
#DAFF2F (or 0xDAFF2F) is known color: Pear. HEX triplet: DA, FF and 2F. RGB value is (218,255,47). Sum of RGB (Red+Green+Blue) = 218+255+47=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF2F is #2500D0. Grayscale: #DDDDDD. Windows color (decimal): -2425041 or 3145690. OLE color: 3145690.
HSL color Cylindrical-coordinate representation of color #DAFF2F: hue angle of 70.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFF2F is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 47 | - |
| CMYK | 0.15 | 0 | 0.82 | 0 |
| HSL | 70.67º | 1% | 0.59% | - |
| HSV(B) | 70.67º | 0.82% | 1% | - |
| XYZ | 65.19 | 86.63 | 15.98 | - |
| YUV | 220.23 | 30.24 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 47 | 0.15 | 0 | 0.82 | 0 | 70.67 | 1 | 0.59 |
| Hex | DA | FF | 2F | F | 0 | 52 | 0 | 47 | 64 | 3B |
| Octal | 332 | 377 | 57 | 17 | 0 | 122 | 0 | 107 | 144 | 73 |
| Binary | 11011010 | 11111111 | 101111 | 1111 | 0 | 1010010 | 0 | 1000111 | 1100100 | 111011 |
Color Harmonies of #DAFF2F
Complementary color
Monochromatic Colors of #DAFF2F
Black with #DAFF2F
Text Example
Text Example
White with #DAFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF2F; }
p { color: rgb(218,255,47); }
H1.HeaderClassName
{
color: #DAFF2F;
}
.AnyTagClassName
{
color: #DAFF2F;
}
</style>
background-color css
<style>
a { background-color: #DAFF2F; }
a { background-color: rgb(218,255,47); }
div.DivClassName
{
background-color: #DAFF2F;
}
.BgClassName
{
background-color: #DAFF2F;
}
</style>
border-color css
<style>
span { border-color: #DAFF2F; }
span { border-color: rgb(218,255,47); }
td.TdClassName
{
border-color: #DAFF2F;
}
.TagClassName
{
border-color: #DAFF2F;
}
</style>