Shades of Pear #DAF41E
Tints of Pear #DAF41E
RGB
CMYK
RGB Variations
Color information
#DAF41E (or 0xDAF41E) is known color: Pear. HEX triplet: DA, F4 and 1E. RGB value is (218,244,30). Sum of RGB (Red+Green+Blue) = 218+244+30=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF41E is #250BE1. Grayscale: #D4D4D4. Windows color (decimal): -2427874 or 2028762. OLE color: 2028762.
HSL color Cylindrical-coordinate representation of color #DAF41E: hue angle of 67.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF41E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 30 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.04 |
| HSL | 67.29º | 0.91% | 0.54% | - |
| HSV(B) | 67.29º | 0.88% | 0.96% | - |
| XYZ | 61.5 | 79.7 | 13.37 | - |
| YUV | 211.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 30 | 0.11 | 0 | 0.88 | 0.04 | 67.29 | 0.91 | 0.54 |
| Hex | DA | F4 | 1E | B | 0 | 58 | 4 | 43 | 5B | 36 |
| Octal | 332 | 364 | 36 | 13 | 0 | 130 | 4 | 103 | 133 | 66 |
| Binary | 11011010 | 11110100 | 11110 | 1011 | 0 | 1011000 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DAF41E
Complementary color
Monochromatic Colors of #DAF41E
Black with #DAF41E
Text Example
Text Example
White with #DAF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF41E; }
p { color: rgb(218,244,30); }
H1.HeaderClassName
{
color: #DAF41E;
}
.AnyTagClassName
{
color: #DAF41E;
}
</style>
background-color css
<style>
a { background-color: #DAF41E; }
a { background-color: rgb(218,244,30); }
div.DivClassName
{
background-color: #DAF41E;
}
.BgClassName
{
background-color: #DAF41E;
}
</style>
border-color css
<style>
span { border-color: #DAF41E; }
span { border-color: rgb(218,244,30); }
td.TdClassName
{
border-color: #DAF41E;
}
.TagClassName
{
border-color: #DAF41E;
}
</style>