Shades of Pear #DAFA31
Tints of Pear #DAFA31
RGB
CMYK
RGB Variations
Color information
#DAFA31 (or 0xDAFA31) is known color: Pear. HEX triplet: DA, FA and 31. RGB value is (218,250,49). Sum of RGB (Red+Green+Blue) = 218+250+49=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA31 is #2505CE. Grayscale: #DADADA. Windows color (decimal): -2426319 or 3275482. OLE color: 3275482.
HSL color Cylindrical-coordinate representation of color #DAFA31: hue angle of 69.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAFA31 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.55º | 0.95% | 0.59% | - |
| HSV(B) | 69.55º | 0.8% | 0.98% | - |
| XYZ | 63.65 | 83.5 | 15.67 | - |
| YUV | 217.52 | 32.9 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 49 | 0.13 | 0 | 0.80 | 0.02 | 69.55 | 0.95 | 0.59 |
| Hex | DA | FA | 31 | D | 0 | 50 | 2 | 46 | 5F | 3B |
| Octal | 332 | 372 | 61 | 15 | 0 | 120 | 2 | 106 | 137 | 73 |
| Binary | 11011010 | 11111010 | 110001 | 1101 | 0 | 1010000 | 10 | 1000110 | 1011111 | 111011 |
Color Harmonies of #DAFA31
Complementary color
Monochromatic Colors of #DAFA31
Black with #DAFA31
Text Example
Text Example
White with #DAFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA31; }
p { color: rgb(218,250,49); }
H1.HeaderClassName
{
color: #DAFA31;
}
.AnyTagClassName
{
color: #DAFA31;
}
</style>
background-color css
<style>
a { background-color: #DAFA31; }
a { background-color: rgb(218,250,49); }
div.DivClassName
{
background-color: #DAFA31;
}
.BgClassName
{
background-color: #DAFA31;
}
</style>
border-color css
<style>
span { border-color: #DAFA31; }
span { border-color: rgb(218,250,49); }
td.TdClassName
{
border-color: #DAFA31;
}
.TagClassName
{
border-color: #DAFA31;
}
</style>