Shades of Pear #DAFC2D
Tints of Pear #DAFC2D
RGB
CMYK
RGB Variations
Color information
#DAFC2D (or 0xDAFC2D) is known color: Pear. HEX triplet: DA, FC and 2D. RGB value is (218,252,45). Sum of RGB (Red+Green+Blue) = 218+252+45=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC2D is #2503D2. Grayscale: #DBDBDB. Windows color (decimal): -2425811 or 3013850. OLE color: 3013850.
HSL color Cylindrical-coordinate representation of color #DAFC2D: hue angle of 69.86º 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 #DAFC2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.01 |
| HSL | 69.86º | 0.97% | 0.58% | - |
| HSV(B) | 69.86º | 0.82% | 0.99% | - |
| XYZ | 64.2 | 84.72 | 15.45 | - |
| YUV | 218.24 | 30.24 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 45 | 0.13 | 0 | 0.82 | 0.01 | 69.86 | 0.97 | 0.58 |
| Hex | DA | FC | 2D | D | 0 | 52 | 1 | 46 | 61 | 3A |
| Octal | 332 | 374 | 55 | 15 | 0 | 122 | 1 | 106 | 141 | 72 |
| Binary | 11011010 | 11111100 | 101101 | 1101 | 0 | 1010010 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #DAFC2D
Complementary color
Monochromatic Colors of #DAFC2D
Black with #DAFC2D
Text Example
Text Example
White with #DAFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC2D; }
p { color: rgb(218,252,45); }
H1.HeaderClassName
{
color: #DAFC2D;
}
.AnyTagClassName
{
color: #DAFC2D;
}
</style>
background-color css
<style>
a { background-color: #DAFC2D; }
a { background-color: rgb(218,252,45); }
div.DivClassName
{
background-color: #DAFC2D;
}
.BgClassName
{
background-color: #DAFC2D;
}
</style>
border-color css
<style>
span { border-color: #DAFC2D; }
span { border-color: rgb(218,252,45); }
td.TdClassName
{
border-color: #DAFC2D;
}
.TagClassName
{
border-color: #DAFC2D;
}
</style>