Shades of Pear #DAFA1F
Tints of Pear #DAFA1F
RGB
CMYK
RGB Variations
Color information
#DAFA1F (or 0xDAFA1F) is known color: Pear. HEX triplet: DA, FA and 1F. RGB value is (218,250,31). Sum of RGB (Red+Green+Blue) = 218+250+31=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA1F is #2505E0. Grayscale: #D8D8D8. Windows color (decimal): -2426337 or 2095834. OLE color: 2095834.
HSL color Cylindrical-coordinate representation of color #DAFA1F: hue angle of 68.77º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAFA1F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 31 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.02 |
| HSL | 68.77º | 0.96% | 0.55% | - |
| HSV(B) | 68.77º | 0.88% | 0.98% | - |
| XYZ | 63.35 | 83.38 | 14.05 | - |
| YUV | 215.47 | 23.9 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 31 | 0.13 | 0 | 0.88 | 0.02 | 68.77 | 0.96 | 0.55 |
| Hex | DA | FA | 1F | D | 0 | 58 | 2 | 45 | 60 | 37 |
| Octal | 332 | 372 | 37 | 15 | 0 | 130 | 2 | 105 | 140 | 67 |
| Binary | 11011010 | 11111010 | 11111 | 1101 | 0 | 1011000 | 10 | 1000101 | 1100000 | 110111 |
Color Harmonies of #DAFA1F
Complementary color
Monochromatic Colors of #DAFA1F
Black with #DAFA1F
Text Example
Text Example
White with #DAFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA1F; }
p { color: rgb(218,250,31); }
H1.HeaderClassName
{
color: #DAFA1F;
}
.AnyTagClassName
{
color: #DAFA1F;
}
</style>
background-color css
<style>
a { background-color: #DAFA1F; }
a { background-color: rgb(218,250,31); }
div.DivClassName
{
background-color: #DAFA1F;
}
.BgClassName
{
background-color: #DAFA1F;
}
</style>
border-color css
<style>
span { border-color: #DAFA1F; }
span { border-color: rgb(218,250,31); }
td.TdClassName
{
border-color: #DAFA1F;
}
.TagClassName
{
border-color: #DAFA1F;
}
</style>