Shades of Pear #DAFA4A
Tints of Pear #DAFA4A
RGB
CMYK
RGB Variations
Color information
#DAFA4A (or 0xDAFA4A) is known color: Pear. HEX triplet: DA, FA and 4A. RGB value is (218,250,74). Sum of RGB (Red+Green+Blue) = 218+250+74=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA4A is #2505B5. Grayscale: #DDDDDD. Windows color (decimal): -2426294 or 4913882. OLE color: 4913882.
HSL color Cylindrical-coordinate representation of color #DAFA4A: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAFA4A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 74 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.02 |
| HSL | 70.91º | 0.95% | 0.64% | - |
| HSV(B) | 70.91º | 0.7% | 0.98% | - |
| XYZ | 64.34 | 83.77 | 19.26 | - |
| YUV | 220.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 74 | 0.13 | 0 | 0.70 | 0.02 | 70.91 | 0.95 | 0.64 |
| Hex | DA | FA | 4A | D | 0 | 46 | 2 | 47 | 5F | 40 |
| Octal | 332 | 372 | 112 | 15 | 0 | 106 | 2 | 107 | 137 | 100 |
| Binary | 11011010 | 11111010 | 1001010 | 1101 | 0 | 1000110 | 10 | 1000111 | 1011111 | 1000000 |
Color Harmonies of #DAFA4A
Complementary color
Monochromatic Colors of #DAFA4A
Black with #DAFA4A
Text Example
Text Example
White with #DAFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA4A; }
p { color: rgb(218,250,74); }
H1.HeaderClassName
{
color: #DAFA4A;
}
.AnyTagClassName
{
color: #DAFA4A;
}
</style>
background-color css
<style>
a { background-color: #DAFA4A; }
a { background-color: rgb(218,250,74); }
div.DivClassName
{
background-color: #DAFA4A;
}
.BgClassName
{
background-color: #DAFA4A;
}
</style>
border-color css
<style>
span { border-color: #DAFA4A; }
span { border-color: rgb(218,250,74); }
td.TdClassName
{
border-color: #DAFA4A;
}
.TagClassName
{
border-color: #DAFA4A;
}
</style>