Shades of Pear #DAF047
Tints of Pear #DAF047
RGB
CMYK
RGB Variations
Color information
#DAF047 (or 0xDAF047) is known color: Pear. HEX triplet: DA, F0 and 47. RGB value is (218,240,71). Sum of RGB (Red+Green+Blue) = 218+240+71=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF047 is #250FB8. Grayscale: #D6D6D6. Windows color (decimal): -2428857 or 4714714. OLE color: 4714714.
HSL color Cylindrical-coordinate representation of color #DAF047: hue angle of 67.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAF047 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 71 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.06 |
| HSL | 67.81º | 0.85% | 0.61% | - |
| HSV(B) | 67.81º | 0.7% | 0.94% | - |
| XYZ | 61.21 | 77.68 | 17.73 | - |
| YUV | 214.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 71 | 0.09 | 0 | 0.70 | 0.06 | 67.81 | 0.85 | 0.61 |
| Hex | DA | F0 | 47 | 9 | 0 | 46 | 6 | 44 | 55 | 3D |
| Octal | 332 | 360 | 107 | 11 | 0 | 106 | 6 | 104 | 125 | 75 |
| Binary | 11011010 | 11110000 | 1000111 | 1001 | 0 | 1000110 | 110 | 1000100 | 1010101 | 111101 |
Color Harmonies of #DAF047
Complementary color
Monochromatic Colors of #DAF047
Black with #DAF047
Text Example
Text Example
White with #DAF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF047; }
p { color: rgb(218,240,71); }
H1.HeaderClassName
{
color: #DAF047;
}
.AnyTagClassName
{
color: #DAF047;
}
</style>
background-color css
<style>
a { background-color: #DAF047; }
a { background-color: rgb(218,240,71); }
div.DivClassName
{
background-color: #DAF047;
}
.BgClassName
{
background-color: #DAF047;
}
</style>
border-color css
<style>
span { border-color: #DAF047; }
span { border-color: rgb(218,240,71); }
td.TdClassName
{
border-color: #DAF047;
}
.TagClassName
{
border-color: #DAF047;
}
</style>