Shades of Pear #DAFC31
Tints of Pear #DAFC31
RGB
CMYK
RGB Variations
Color information
#DAFC31 (or 0xDAFC31) is known color: Pear. HEX triplet: DA, FC and 31. RGB value is (218,252,49). Sum of RGB (Red+Green+Blue) = 218+252+49=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC31 is #2503CE. Grayscale: #DBDBDB. Windows color (decimal): -2425807 or 3275994. OLE color: 3275994.
HSL color Cylindrical-coordinate representation of color #DAFC31: hue angle of 70.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFC31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 49 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.01 |
| HSL | 70.05º | 0.97% | 0.59% | - |
| HSV(B) | 70.05º | 0.81% | 0.99% | - |
| XYZ | 64.28 | 84.75 | 15.88 | - |
| YUV | 218.69 | 32.24 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 49 | 0.13 | 0 | 0.81 | 0.01 | 70.05 | 0.97 | 0.59 |
| Hex | DA | FC | 31 | D | 0 | 51 | 1 | 46 | 61 | 3B |
| Octal | 332 | 374 | 61 | 15 | 0 | 121 | 1 | 106 | 141 | 73 |
| Binary | 11011010 | 11111100 | 110001 | 1101 | 0 | 1010001 | 1 | 1000110 | 1100001 | 111011 |
Color Harmonies of #DAFC31
Complementary color
Monochromatic Colors of #DAFC31
Black with #DAFC31
Text Example
Text Example
White with #DAFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC31; }
p { color: rgb(218,252,49); }
H1.HeaderClassName
{
color: #DAFC31;
}
.AnyTagClassName
{
color: #DAFC31;
}
</style>
background-color css
<style>
a { background-color: #DAFC31; }
a { background-color: rgb(218,252,49); }
div.DivClassName
{
background-color: #DAFC31;
}
.BgClassName
{
background-color: #DAFC31;
}
</style>
border-color css
<style>
span { border-color: #DAFC31; }
span { border-color: rgb(218,252,49); }
td.TdClassName
{
border-color: #DAFC31;
}
.TagClassName
{
border-color: #DAFC31;
}
</style>