Shades of Pear #DAFA40
Tints of Pear #DAFA40
RGB
CMYK
RGB Variations
Color information
#DAFA40 (or 0xDAFA40) is known color: Pear. HEX triplet: DA, FA and 40. RGB value is (218,250,64). Sum of RGB (Red+Green+Blue) = 218+250+64=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA40 is #2505BF. Grayscale: #DBDBDB. Windows color (decimal): -2426304 or 4258522. OLE color: 4258522.
HSL color Cylindrical-coordinate representation of color #DAFA40: hue angle of 70.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAFA40 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 64 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.02 |
| HSL | 70.32º | 0.95% | 0.62% | - |
| HSV(B) | 70.32º | 0.74% | 0.98% | - |
| XYZ | 64.02 | 83.65 | 17.62 | - |
| YUV | 219.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 64 | 0.13 | 0 | 0.74 | 0.02 | 70.32 | 0.95 | 0.62 |
| Hex | DA | FA | 40 | D | 0 | 4A | 2 | 46 | 5F | 3E |
| Octal | 332 | 372 | 100 | 15 | 0 | 112 | 2 | 106 | 137 | 76 |
| Binary | 11011010 | 11111010 | 1000000 | 1101 | 0 | 1001010 | 10 | 1000110 | 1011111 | 111110 |
Color Harmonies of #DAFA40
Complementary color
Monochromatic Colors of #DAFA40
Black with #DAFA40
Text Example
Text Example
White with #DAFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA40; }
p { color: rgb(218,250,64); }
H1.HeaderClassName
{
color: #DAFA40;
}
.AnyTagClassName
{
color: #DAFA40;
}
</style>
background-color css
<style>
a { background-color: #DAFA40; }
a { background-color: rgb(218,250,64); }
div.DivClassName
{
background-color: #DAFA40;
}
.BgClassName
{
background-color: #DAFA40;
}
</style>
border-color css
<style>
span { border-color: #DAFA40; }
span { border-color: rgb(218,250,64); }
td.TdClassName
{
border-color: #DAFA40;
}
.TagClassName
{
border-color: #DAFA40;
}
</style>