Shades of Pear #DAF21E
Tints of Pear #DAF21E
RGB
CMYK
RGB Variations
Color information
#DAF21E (or 0xDAF21E) is known color: Pear. HEX triplet: DA, F2 and 1E. RGB value is (218,242,30). Sum of RGB (Red+Green+Blue) = 218+242+30=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF21E is #250DE1. Grayscale: #D3D3D3. Windows color (decimal): -2428386 or 2028250. OLE color: 2028250.
HSL color Cylindrical-coordinate representation of color #DAF21E: hue angle of 66.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF21E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 30 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.79º | 0.89% | 0.53% | - |
| HSV(B) | 66.79º | 0.88% | 0.95% | - |
| XYZ | 60.9 | 78.5 | 13.17 | - |
| YUV | 210.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 30 | 0.10 | 0 | 0.88 | 0.05 | 66.79 | 0.89 | 0.53 |
| Hex | DA | F2 | 1E | A | 0 | 58 | 5 | 43 | 59 | 35 |
| Octal | 332 | 362 | 36 | 12 | 0 | 130 | 5 | 103 | 131 | 65 |
| Binary | 11011010 | 11110010 | 11110 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #DAF21E
Complementary color
Monochromatic Colors of #DAF21E
Black with #DAF21E
Text Example
Text Example
White with #DAF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF21E; }
p { color: rgb(218,242,30); }
H1.HeaderClassName
{
color: #DAF21E;
}
.AnyTagClassName
{
color: #DAF21E;
}
</style>
background-color css
<style>
a { background-color: #DAF21E; }
a { background-color: rgb(218,242,30); }
div.DivClassName
{
background-color: #DAF21E;
}
.BgClassName
{
background-color: #DAF21E;
}
</style>
border-color css
<style>
span { border-color: #DAF21E; }
span { border-color: rgb(218,242,30); }
td.TdClassName
{
border-color: #DAF21E;
}
.TagClassName
{
border-color: #DAF21E;
}
</style>