Shades of Pear #DAFC2E
Tints of Pear #DAFC2E
RGB
CMYK
RGB Variations
Color information
#DAFC2E (or 0xDAFC2E) is known color: Pear. HEX triplet: DA, FC and 2E. RGB value is (218,252,46). Sum of RGB (Red+Green+Blue) = 218+252+46=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC2E is #2503D1. Grayscale: #DBDBDB. Windows color (decimal): -2425810 or 3079386. OLE color: 3079386.
HSL color Cylindrical-coordinate representation of color #DAFC2E: hue angle of 69.9º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFC2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 46 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.01 |
| HSL | 69.9º | 0.97% | 0.58% | - |
| HSV(B) | 69.9º | 0.82% | 0.99% | - |
| XYZ | 64.22 | 84.72 | 15.55 | - |
| YUV | 218.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 46 | 0.13 | 0 | 0.82 | 0.01 | 69.9 | 0.97 | 0.58 |
| Hex | DA | FC | 2E | D | 0 | 52 | 1 | 46 | 61 | 3A |
| Octal | 332 | 374 | 56 | 15 | 0 | 122 | 1 | 106 | 141 | 72 |
| Binary | 11011010 | 11111100 | 101110 | 1101 | 0 | 1010010 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #DAFC2E
Complementary color
Monochromatic Colors of #DAFC2E
Black with #DAFC2E
Text Example
Text Example
White with #DAFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC2E; }
p { color: rgb(218,252,46); }
H1.HeaderClassName
{
color: #DAFC2E;
}
.AnyTagClassName
{
color: #DAFC2E;
}
</style>
background-color css
<style>
a { background-color: #DAFC2E; }
a { background-color: rgb(218,252,46); }
div.DivClassName
{
background-color: #DAFC2E;
}
.BgClassName
{
background-color: #DAFC2E;
}
</style>
border-color css
<style>
span { border-color: #DAFC2E; }
span { border-color: rgb(218,252,46); }
td.TdClassName
{
border-color: #DAFC2E;
}
.TagClassName
{
border-color: #DAFC2E;
}
</style>