Shades of Pear #DAFA2D
Tints of Pear #DAFA2D
RGB
CMYK
RGB Variations
Color information
#DAFA2D (or 0xDAFA2D) is known color: Pear. HEX triplet: DA, FA and 2D. RGB value is (218,250,45). Sum of RGB (Red+Green+Blue) = 218+250+45=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA2D is #2505D2. Grayscale: #D9D9D9. Windows color (decimal): -2426323 or 3013338. OLE color: 3013338.
HSL color Cylindrical-coordinate representation of color #DAFA2D: hue angle of 69.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFA2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.02 |
| HSL | 69.37º | 0.95% | 0.58% | - |
| HSV(B) | 69.37º | 0.82% | 0.98% | - |
| XYZ | 63.57 | 83.47 | 15.24 | - |
| YUV | 217.06 | 30.9 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 45 | 0.13 | 0 | 0.82 | 0.02 | 69.37 | 0.95 | 0.58 |
| Hex | DA | FA | 2D | D | 0 | 52 | 2 | 45 | 5F | 3A |
| Octal | 332 | 372 | 55 | 15 | 0 | 122 | 2 | 105 | 137 | 72 |
| Binary | 11011010 | 11111010 | 101101 | 1101 | 0 | 1010010 | 10 | 1000101 | 1011111 | 111010 |
Color Harmonies of #DAFA2D
Complementary color
Monochromatic Colors of #DAFA2D
Black with #DAFA2D
Text Example
Text Example
White with #DAFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA2D; }
p { color: rgb(218,250,45); }
H1.HeaderClassName
{
color: #DAFA2D;
}
.AnyTagClassName
{
color: #DAFA2D;
}
</style>
background-color css
<style>
a { background-color: #DAFA2D; }
a { background-color: rgb(218,250,45); }
div.DivClassName
{
background-color: #DAFA2D;
}
.BgClassName
{
background-color: #DAFA2D;
}
</style>
border-color css
<style>
span { border-color: #DAFA2D; }
span { border-color: rgb(218,250,45); }
td.TdClassName
{
border-color: #DAFA2D;
}
.TagClassName
{
border-color: #DAFA2D;
}
</style>