Shades of Pear #DAF52F
Tints of Pear #DAF52F
RGB
CMYK
RGB Variations
Color information
#DAF52F (or 0xDAF52F) is known color: Pear. HEX triplet: DA, F5 and 2F. RGB value is (218,245,47). Sum of RGB (Red+Green+Blue) = 218+245+47=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF52F is #250AD0. Grayscale: #D7D7D7. Windows color (decimal): -2427601 or 3143130. OLE color: 3143130.
HSL color Cylindrical-coordinate representation of color #DAF52F: hue angle of 68.18º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF52F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.04 |
| HSL | 68.18º | 0.91% | 0.57% | - |
| HSV(B) | 68.18º | 0.81% | 0.96% | - |
| XYZ | 62.08 | 80.42 | 14.94 | - |
| YUV | 214.36 | 33.55 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 47 | 0.11 | 0 | 0.81 | 0.04 | 68.18 | 0.91 | 0.57 |
| Hex | DA | F5 | 2F | B | 0 | 51 | 4 | 44 | 5B | 39 |
| Octal | 332 | 365 | 57 | 13 | 0 | 121 | 4 | 104 | 133 | 71 |
| Binary | 11011010 | 11110101 | 101111 | 1011 | 0 | 1010001 | 100 | 1000100 | 1011011 | 111001 |
Color Harmonies of #DAF52F
Complementary color
Monochromatic Colors of #DAF52F
Black with #DAF52F
Text Example
Text Example
White with #DAF52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF52F; }
p { color: rgb(218,245,47); }
H1.HeaderClassName
{
color: #DAF52F;
}
.AnyTagClassName
{
color: #DAF52F;
}
</style>
background-color css
<style>
a { background-color: #DAF52F; }
a { background-color: rgb(218,245,47); }
div.DivClassName
{
background-color: #DAF52F;
}
.BgClassName
{
background-color: #DAF52F;
}
</style>
border-color css
<style>
span { border-color: #DAF52F; }
span { border-color: rgb(218,245,47); }
td.TdClassName
{
border-color: #DAF52F;
}
.TagClassName
{
border-color: #DAF52F;
}
</style>