Shades of Pear #DAF42E
Tints of Pear #DAF42E
RGB
CMYK
RGB Variations
Color information
#DAF42E (or 0xDAF42E) is known color: Pear. HEX triplet: DA, F4 and 2E. RGB value is (218,244,46). Sum of RGB (Red+Green+Blue) = 218+244+46=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF42E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF42E is #250BD1. Grayscale: #D6D6D6. Windows color (decimal): -2427858 or 3077338. OLE color: 3077338.
HSL color Cylindrical-coordinate representation of color #DAF42E: hue angle of 67.88º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF42E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 46 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.04 |
| HSL | 67.88º | 0.9% | 0.57% | - |
| HSV(B) | 67.88º | 0.81% | 0.96% | - |
| XYZ | 61.76 | 79.8 | 14.73 | - |
| YUV | 213.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 46 | 0.11 | 0 | 0.81 | 0.04 | 67.88 | 0.9 | 0.57 |
| Hex | DA | F4 | 2E | B | 0 | 51 | 4 | 44 | 5A | 39 |
| Octal | 332 | 364 | 56 | 13 | 0 | 121 | 4 | 104 | 132 | 71 |
| Binary | 11011010 | 11110100 | 101110 | 1011 | 0 | 1010001 | 100 | 1000100 | 1011010 | 111001 |
Color Harmonies of #DAF42E
Complementary color
Monochromatic Colors of #DAF42E
Black with #DAF42E
Text Example
Text Example
White with #DAF42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF42E; }
p { color: rgb(218,244,46); }
H1.HeaderClassName
{
color: #DAF42E;
}
.AnyTagClassName
{
color: #DAF42E;
}
</style>
background-color css
<style>
a { background-color: #DAF42E; }
a { background-color: rgb(218,244,46); }
div.DivClassName
{
background-color: #DAF42E;
}
.BgClassName
{
background-color: #DAF42E;
}
</style>
border-color css
<style>
span { border-color: #DAF42E; }
span { border-color: rgb(218,244,46); }
td.TdClassName
{
border-color: #DAF42E;
}
.TagClassName
{
border-color: #DAF42E;
}
</style>