Shades of Pear #DAFA3C
Tints of Pear #DAFA3C
RGB
CMYK
RGB Variations
Color information
#DAFA3C (or 0xDAFA3C) is known color: Pear. HEX triplet: DA, FA and 3C. RGB value is (218,250,60). Sum of RGB (Red+Green+Blue) = 218+250+60=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA3C is #2505C3. Grayscale: #DBDBDB. Windows color (decimal): -2426308 or 3996378. OLE color: 3996378.
HSL color Cylindrical-coordinate representation of color #DAFA3C: hue angle of 70.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAFA3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.02 |
| HSL | 70.11º | 0.95% | 0.61% | - |
| HSV(B) | 70.11º | 0.76% | 0.98% | - |
| XYZ | 63.91 | 83.6 | 17.04 | - |
| YUV | 218.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 60 | 0.13 | 0 | 0.76 | 0.02 | 70.11 | 0.95 | 0.61 |
| Hex | DA | FA | 3C | D | 0 | 4C | 2 | 46 | 5F | 3D |
| Octal | 332 | 372 | 74 | 15 | 0 | 114 | 2 | 106 | 137 | 75 |
| Binary | 11011010 | 11111010 | 111100 | 1101 | 0 | 1001100 | 10 | 1000110 | 1011111 | 111101 |
Color Harmonies of #DAFA3C
Complementary color
Monochromatic Colors of #DAFA3C
Black with #DAFA3C
Text Example
Text Example
White with #DAFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA3C; }
p { color: rgb(218,250,60); }
H1.HeaderClassName
{
color: #DAFA3C;
}
.AnyTagClassName
{
color: #DAFA3C;
}
</style>
background-color css
<style>
a { background-color: #DAFA3C; }
a { background-color: rgb(218,250,60); }
div.DivClassName
{
background-color: #DAFA3C;
}
.BgClassName
{
background-color: #DAFA3C;
}
</style>
border-color css
<style>
span { border-color: #DAFA3C; }
span { border-color: rgb(218,250,60); }
td.TdClassName
{
border-color: #DAFA3C;
}
.TagClassName
{
border-color: #DAFA3C;
}
</style>