Shades of Pear #DAFA2E
Tints of Pear #DAFA2E
RGB
CMYK
RGB Variations
Color information
#DAFA2E (or 0xDAFA2E) is known color: Pear. HEX triplet: DA, FA and 2E. RGB value is (218,250,46). Sum of RGB (Red+Green+Blue) = 218+250+46=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA2E is #2505D1. Grayscale: #D9D9D9. Windows color (decimal): -2426322 or 3078874. OLE color: 3078874.
HSL color Cylindrical-coordinate representation of color #DAFA2E: hue angle of 69.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFA2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 46 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.02 |
| HSL | 69.41º | 0.95% | 0.58% | - |
| HSV(B) | 69.41º | 0.82% | 0.98% | - |
| XYZ | 63.59 | 83.47 | 15.35 | - |
| YUV | 217.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 46 | 0.13 | 0 | 0.82 | 0.02 | 69.41 | 0.95 | 0.58 |
| Hex | DA | FA | 2E | D | 0 | 52 | 2 | 45 | 5F | 3A |
| Octal | 332 | 372 | 56 | 15 | 0 | 122 | 2 | 105 | 137 | 72 |
| Binary | 11011010 | 11111010 | 101110 | 1101 | 0 | 1010010 | 10 | 1000101 | 1011111 | 111010 |
Color Harmonies of #DAFA2E
Complementary color
Monochromatic Colors of #DAFA2E
Black with #DAFA2E
Text Example
Text Example
White with #DAFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA2E; }
p { color: rgb(218,250,46); }
H1.HeaderClassName
{
color: #DAFA2E;
}
.AnyTagClassName
{
color: #DAFA2E;
}
</style>
background-color css
<style>
a { background-color: #DAFA2E; }
a { background-color: rgb(218,250,46); }
div.DivClassName
{
background-color: #DAFA2E;
}
.BgClassName
{
background-color: #DAFA2E;
}
</style>
border-color css
<style>
span { border-color: #DAFA2E; }
span { border-color: rgb(218,250,46); }
td.TdClassName
{
border-color: #DAFA2E;
}
.TagClassName
{
border-color: #DAFA2E;
}
</style>