Shades of Pear #DAFC40
Tints of Pear #DAFC40
RGB
CMYK
RGB Variations
Color information
#DAFC40 (or 0xDAFC40) is known color: Pear. HEX triplet: DA, FC and 40. RGB value is (218,252,64). Sum of RGB (Red+Green+Blue) = 218+252+64=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC40 is #2503BF. Grayscale: #DDDDDD. Windows color (decimal): -2425792 or 4259034. OLE color: 4259034.
HSL color Cylindrical-coordinate representation of color #DAFC40: hue angle of 70.85º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAFC40 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 64 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.01 |
| HSL | 70.85º | 0.97% | 0.62% | - |
| HSV(B) | 70.85º | 0.75% | 0.99% | - |
| XYZ | 64.65 | 84.9 | 17.83 | - |
| YUV | 220.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 64 | 0.13 | 0 | 0.75 | 0.01 | 70.85 | 0.97 | 0.62 |
| Hex | DA | FC | 40 | D | 0 | 4B | 1 | 47 | 61 | 3E |
| Octal | 332 | 374 | 100 | 15 | 0 | 113 | 1 | 107 | 141 | 76 |
| Binary | 11011010 | 11111100 | 1000000 | 1101 | 0 | 1001011 | 1 | 1000111 | 1100001 | 111110 |
Color Harmonies of #DAFC40
Complementary color
Monochromatic Colors of #DAFC40
Black with #DAFC40
Text Example
Text Example
White with #DAFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC40; }
p { color: rgb(218,252,64); }
H1.HeaderClassName
{
color: #DAFC40;
}
.AnyTagClassName
{
color: #DAFC40;
}
</style>
background-color css
<style>
a { background-color: #DAFC40; }
a { background-color: rgb(218,252,64); }
div.DivClassName
{
background-color: #DAFC40;
}
.BgClassName
{
background-color: #DAFC40;
}
</style>
border-color css
<style>
span { border-color: #DAFC40; }
span { border-color: rgb(218,252,64); }
td.TdClassName
{
border-color: #DAFC40;
}
.TagClassName
{
border-color: #DAFC40;
}
</style>