Shades of Pear #DAFA24
Tints of Pear #DAFA24
RGB
CMYK
RGB Variations
Color information
#DAFA24 (or 0xDAFA24) is known color: Pear. HEX triplet: DA, FA and 24. RGB value is (218,250,36). Sum of RGB (Red+Green+Blue) = 218+250+36=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA24 is #2505DB. Grayscale: #D8D8D8. Windows color (decimal): -2426332 or 2423514. OLE color: 2423514.
HSL color Cylindrical-coordinate representation of color #DAFA24: hue angle of 68.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAFA24 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 36 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.02 |
| HSL | 68.97º | 0.96% | 0.56% | - |
| HSV(B) | 68.97º | 0.86% | 0.98% | - |
| XYZ | 63.42 | 83.4 | 14.43 | - |
| YUV | 216.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 36 | 0.13 | 0 | 0.86 | 0.02 | 68.97 | 0.96 | 0.56 |
| Hex | DA | FA | 24 | D | 0 | 56 | 2 | 45 | 60 | 38 |
| Octal | 332 | 372 | 44 | 15 | 0 | 126 | 2 | 105 | 140 | 70 |
| Binary | 11011010 | 11111010 | 100100 | 1101 | 0 | 1010110 | 10 | 1000101 | 1100000 | 111000 |
Color Harmonies of #DAFA24
Complementary color
Monochromatic Colors of #DAFA24
Black with #DAFA24
Text Example
Text Example
White with #DAFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA24; }
p { color: rgb(218,250,36); }
H1.HeaderClassName
{
color: #DAFA24;
}
.AnyTagClassName
{
color: #DAFA24;
}
</style>
background-color css
<style>
a { background-color: #DAFA24; }
a { background-color: rgb(218,250,36); }
div.DivClassName
{
background-color: #DAFA24;
}
.BgClassName
{
background-color: #DAFA24;
}
</style>
border-color css
<style>
span { border-color: #DAFA24; }
span { border-color: rgb(218,250,36); }
td.TdClassName
{
border-color: #DAFA24;
}
.TagClassName
{
border-color: #DAFA24;
}
</style>