Shades of Pear #DAF62E
Tints of Pear #DAF62E
RGB
CMYK
RGB Variations
Color information
#DAF62E (or 0xDAF62E) is known color: Pear. HEX triplet: DA, F6 and 2E. RGB value is (218,246,46). Sum of RGB (Red+Green+Blue) = 218+246+46=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF62E is #2509D1. Grayscale: #D7D7D7. Windows color (decimal): -2427346 or 3077850. OLE color: 3077850.
HSL color Cylindrical-coordinate representation of color #DAF62E: hue angle of 68.4º degrees, saturation: 0.92, 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 #DAF62E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 46 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.04 |
| HSL | 68.4º | 0.92% | 0.57% | - |
| HSV(B) | 68.4º | 0.81% | 0.96% | - |
| XYZ | 62.36 | 81.01 | 14.94 | - |
| YUV | 214.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 46 | 0.11 | 0 | 0.81 | 0.04 | 68.4 | 0.92 | 0.57 |
| Hex | DA | F6 | 2E | B | 0 | 51 | 4 | 44 | 5C | 39 |
| Octal | 332 | 366 | 56 | 13 | 0 | 121 | 4 | 104 | 134 | 71 |
| Binary | 11011010 | 11110110 | 101110 | 1011 | 0 | 1010001 | 100 | 1000100 | 1011100 | 111001 |
Color Harmonies of #DAF62E
Complementary color
Monochromatic Colors of #DAF62E
Black with #DAF62E
Text Example
Text Example
White with #DAF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF62E; }
p { color: rgb(218,246,46); }
H1.HeaderClassName
{
color: #DAF62E;
}
.AnyTagClassName
{
color: #DAF62E;
}
</style>
background-color css
<style>
a { background-color: #DAF62E; }
a { background-color: rgb(218,246,46); }
div.DivClassName
{
background-color: #DAF62E;
}
.BgClassName
{
background-color: #DAF62E;
}
</style>
border-color css
<style>
span { border-color: #DAF62E; }
span { border-color: rgb(218,246,46); }
td.TdClassName
{
border-color: #DAF62E;
}
.TagClassName
{
border-color: #DAF62E;
}
</style>