Shades of Pear #DAFA2B
Tints of Pear #DAFA2B
RGB
CMYK
RGB Variations
Color information
#DAFA2B (or 0xDAFA2B) is known color: Pear. HEX triplet: DA, FA and 2B. RGB value is (218,250,43). Sum of RGB (Red+Green+Blue) = 218+250+43=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA2B is #2505D4. Grayscale: #D9D9D9. Windows color (decimal): -2426325 or 2882266. OLE color: 2882266.
HSL color Cylindrical-coordinate representation of color #DAFA2B: hue angle of 69.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAFA2B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 43 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.02 |
| HSL | 69.28º | 0.95% | 0.57% | - |
| HSV(B) | 69.28º | 0.83% | 0.98% | - |
| XYZ | 63.54 | 83.45 | 15.04 | - |
| YUV | 216.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 43 | 0.13 | 0 | 0.83 | 0.02 | 69.28 | 0.95 | 0.57 |
| Hex | DA | FA | 2B | D | 0 | 53 | 2 | 45 | 5F | 39 |
| Octal | 332 | 372 | 53 | 15 | 0 | 123 | 2 | 105 | 137 | 71 |
| Binary | 11011010 | 11111010 | 101011 | 1101 | 0 | 1010011 | 10 | 1000101 | 1011111 | 111001 |
Color Harmonies of #DAFA2B
Complementary color
Monochromatic Colors of #DAFA2B
Black with #DAFA2B
Text Example
Text Example
White with #DAFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA2B; }
p { color: rgb(218,250,43); }
H1.HeaderClassName
{
color: #DAFA2B;
}
.AnyTagClassName
{
color: #DAFA2B;
}
</style>
background-color css
<style>
a { background-color: #DAFA2B; }
a { background-color: rgb(218,250,43); }
div.DivClassName
{
background-color: #DAFA2B;
}
.BgClassName
{
background-color: #DAFA2B;
}
</style>
border-color css
<style>
span { border-color: #DAFA2B; }
span { border-color: rgb(218,250,43); }
td.TdClassName
{
border-color: #DAFA2B;
}
.TagClassName
{
border-color: #DAFA2B;
}
</style>