Shades of Pear #DAFE31
Tints of Pear #DAFE31
RGB
CMYK
RGB Variations
Color information
#DAFE31 (or 0xDAFE31) is known color: Pear. HEX triplet: DA, FE and 31. RGB value is (218,254,49). Sum of RGB (Red+Green+Blue) = 218+254+49=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE31 is #2501CE. Grayscale: #DCDCDC. Windows color (decimal): -2425295 or 3276506. OLE color: 3276506.
HSL color Cylindrical-coordinate representation of color #DAFE31: hue angle of 70.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFE31 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 49 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.00 |
| HSL | 70.54º | 0.99% | 0.59% | - |
| HSV(B) | 70.54º | 0.81% | 1% | - |
| XYZ | 64.91 | 86.01 | 16.09 | - |
| YUV | 219.87 | 31.57 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 49 | 0.14 | 0 | 0.81 | 0.00 | 70.54 | 0.99 | 0.59 |
| Hex | DA | FE | 31 | E | 0 | 51 | 0 | 47 | 63 | 3B |
| Octal | 332 | 376 | 61 | 16 | 0 | 121 | 0 | 107 | 143 | 73 |
| Binary | 11011010 | 11111110 | 110001 | 1110 | 0 | 1010001 | 0 | 1000111 | 1100011 | 111011 |
Color Harmonies of #DAFE31
Complementary color
Monochromatic Colors of #DAFE31
Black with #DAFE31
Text Example
Text Example
White with #DAFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE31; }
p { color: rgb(218,254,49); }
H1.HeaderClassName
{
color: #DAFE31;
}
.AnyTagClassName
{
color: #DAFE31;
}
</style>
background-color css
<style>
a { background-color: #DAFE31; }
a { background-color: rgb(218,254,49); }
div.DivClassName
{
background-color: #DAFE31;
}
.BgClassName
{
background-color: #DAFE31;
}
</style>
border-color css
<style>
span { border-color: #DAFE31; }
span { border-color: rgb(218,254,49); }
td.TdClassName
{
border-color: #DAFE31;
}
.TagClassName
{
border-color: #DAFE31;
}
</style>