Shades of Pear #DAF42A
Tints of Pear #DAF42A
RGB
CMYK
RGB Variations
Color information
#DAF42A (or 0xDAF42A) is known color: Pear. HEX triplet: DA, F4 and 2A. RGB value is (218,244,42). Sum of RGB (Red+Green+Blue) = 218+244+42=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF42A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF42A is #250BD5. Grayscale: #D5D5D5. Windows color (decimal): -2427862 or 2815194. OLE color: 2815194.
HSL color Cylindrical-coordinate representation of color #DAF42A: hue angle of 67.72º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF42A is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 42 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.04 |
| HSL | 67.72º | 0.9% | 0.56% | - |
| HSV(B) | 67.72º | 0.83% | 0.96% | - |
| XYZ | 61.68 | 79.77 | 14.34 | - |
| YUV | 213.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 42 | 0.11 | 0 | 0.83 | 0.04 | 67.72 | 0.9 | 0.56 |
| Hex | DA | F4 | 2A | B | 0 | 53 | 4 | 44 | 5A | 38 |
| Octal | 332 | 364 | 52 | 13 | 0 | 123 | 4 | 104 | 132 | 70 |
| Binary | 11011010 | 11110100 | 101010 | 1011 | 0 | 1010011 | 100 | 1000100 | 1011010 | 111000 |
Color Harmonies of #DAF42A
Complementary color
Monochromatic Colors of #DAF42A
Black with #DAF42A
Text Example
Text Example
White with #DAF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF42A; }
p { color: rgb(218,244,42); }
H1.HeaderClassName
{
color: #DAF42A;
}
.AnyTagClassName
{
color: #DAF42A;
}
</style>
background-color css
<style>
a { background-color: #DAF42A; }
a { background-color: rgb(218,244,42); }
div.DivClassName
{
background-color: #DAF42A;
}
.BgClassName
{
background-color: #DAF42A;
}
</style>
border-color css
<style>
span { border-color: #DAF42A; }
span { border-color: rgb(218,244,42); }
td.TdClassName
{
border-color: #DAF42A;
}
.TagClassName
{
border-color: #DAF42A;
}
</style>