Shades of Pear #DAFE25
Tints of Pear #DAFE25
RGB
CMYK
RGB Variations
Color information
#DAFE25 (or 0xDAFE25) is known color: Pear. HEX triplet: DA, FE and 25. RGB value is (218,254,37). Sum of RGB (Red+Green+Blue) = 218+254+37=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE25 is #2501DA. Grayscale: #DBDBDB. Windows color (decimal): -2425307 or 2490074. OLE color: 2490074.
HSL color Cylindrical-coordinate representation of color #DAFE25: hue angle of 69.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAFE25 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 37 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.00 |
| HSL | 69.95º | 0.99% | 0.57% | - |
| HSV(B) | 69.95º | 0.85% | 1% | - |
| XYZ | 64.69 | 85.92 | 14.93 | - |
| YUV | 218.5 | 25.57 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 37 | 0.14 | 0 | 0.85 | 0.00 | 69.95 | 0.99 | 0.57 |
| Hex | DA | FE | 25 | E | 0 | 55 | 0 | 46 | 63 | 39 |
| Octal | 332 | 376 | 45 | 16 | 0 | 125 | 0 | 106 | 143 | 71 |
| Binary | 11011010 | 11111110 | 100101 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100011 | 111001 |
Color Harmonies of #DAFE25
Complementary color
Monochromatic Colors of #DAFE25
Black with #DAFE25
Text Example
Text Example
White with #DAFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE25; }
p { color: rgb(218,254,37); }
H1.HeaderClassName
{
color: #DAFE25;
}
.AnyTagClassName
{
color: #DAFE25;
}
</style>
background-color css
<style>
a { background-color: #DAFE25; }
a { background-color: rgb(218,254,37); }
div.DivClassName
{
background-color: #DAFE25;
}
.BgClassName
{
background-color: #DAFE25;
}
</style>
border-color css
<style>
span { border-color: #DAFE25; }
span { border-color: rgb(218,254,37); }
td.TdClassName
{
border-color: #DAFE25;
}
.TagClassName
{
border-color: #DAFE25;
}
</style>