Shades of Pear #DAF43E
Tints of Pear #DAF43E
RGB
CMYK
RGB Variations
Color information
#DAF43E (or 0xDAF43E) is known color: Pear. HEX triplet: DA, F4 and 3E. RGB value is (218,244,62). Sum of RGB (Red+Green+Blue) = 218+244+62=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF43E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF43E is #250BC1. Grayscale: #D8D8D8. Windows color (decimal): -2427842 or 4125914. OLE color: 4125914.
HSL color Cylindrical-coordinate representation of color #DAF43E: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAF43E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 62 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 68.57º | 0.89% | 0.6% | - |
| HSV(B) | 68.57º | 0.75% | 0.96% | - |
| XYZ | 62.13 | 79.95 | 16.72 | - |
| YUV | 215.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 62 | 0.11 | 0 | 0.75 | 0.04 | 68.57 | 0.89 | 0.6 |
| Hex | DA | F4 | 3E | B | 0 | 4B | 4 | 45 | 59 | 3C |
| Octal | 332 | 364 | 76 | 13 | 0 | 113 | 4 | 105 | 131 | 74 |
| Binary | 11011010 | 11110100 | 111110 | 1011 | 0 | 1001011 | 100 | 1000101 | 1011001 | 111100 |
Color Harmonies of #DAF43E
Complementary color
Monochromatic Colors of #DAF43E
Black with #DAF43E
Text Example
Text Example
White with #DAF43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF43E; }
p { color: rgb(218,244,62); }
H1.HeaderClassName
{
color: #DAF43E;
}
.AnyTagClassName
{
color: #DAF43E;
}
</style>
background-color css
<style>
a { background-color: #DAF43E; }
a { background-color: rgb(218,244,62); }
div.DivClassName
{
background-color: #DAF43E;
}
.BgClassName
{
background-color: #DAF43E;
}
</style>
border-color css
<style>
span { border-color: #DAF43E; }
span { border-color: rgb(218,244,62); }
td.TdClassName
{
border-color: #DAF43E;
}
.TagClassName
{
border-color: #DAF43E;
}
</style>