Shades of Pear #DAF72E
Tints of Pear #DAF72E
RGB
CMYK
RGB Variations
Color information
#DAF72E (or 0xDAF72E) is known color: Pear. HEX triplet: DA, F7 and 2E. RGB value is (218,247,46). Sum of RGB (Red+Green+Blue) = 218+247+46=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF72E is #2508D1. Grayscale: #D8D8D8. Windows color (decimal): -2427090 or 3078106. OLE color: 3078106.
HSL color Cylindrical-coordinate representation of color #DAF72E: hue angle of 68.66º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF72E is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 46 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.03 |
| HSL | 68.66º | 0.93% | 0.57% | - |
| HSV(B) | 68.66º | 0.81% | 0.97% | - |
| XYZ | 62.67 | 81.62 | 15.04 | - |
| YUV | 215.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 46 | 0.12 | 0 | 0.81 | 0.03 | 68.66 | 0.93 | 0.57 |
| Hex | DA | F7 | 2E | C | 0 | 51 | 3 | 45 | 5D | 39 |
| Octal | 332 | 367 | 56 | 14 | 0 | 121 | 3 | 105 | 135 | 71 |
| Binary | 11011010 | 11110111 | 101110 | 1100 | 0 | 1010001 | 11 | 1000101 | 1011101 | 111001 |
Color Harmonies of #DAF72E
Complementary color
Monochromatic Colors of #DAF72E
Black with #DAF72E
Text Example
Text Example
White with #DAF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF72E; }
p { color: rgb(218,247,46); }
H1.HeaderClassName
{
color: #DAF72E;
}
.AnyTagClassName
{
color: #DAF72E;
}
</style>
background-color css
<style>
a { background-color: #DAF72E; }
a { background-color: rgb(218,247,46); }
div.DivClassName
{
background-color: #DAF72E;
}
.BgClassName
{
background-color: #DAF72E;
}
</style>
border-color css
<style>
span { border-color: #DAF72E; }
span { border-color: rgb(218,247,46); }
td.TdClassName
{
border-color: #DAF72E;
}
.TagClassName
{
border-color: #DAF72E;
}
</style>