Shades of Pear #DAF532
Tints of Pear #DAF532
RGB
CMYK
RGB Variations
Color information
#DAF532 (or 0xDAF532) is known color: Pear. HEX triplet: DA, F5 and 32. RGB value is (218,245,50). Sum of RGB (Red+Green+Blue) = 218+245+50=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF532 is #250ACD. Grayscale: #D7D7D7. Windows color (decimal): -2427598 or 3339738. OLE color: 3339738.
HSL color Cylindrical-coordinate representation of color #DAF532: hue angle of 68.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF532 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 50 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.04 |
| HSL | 68.31º | 0.91% | 0.58% | - |
| HSV(B) | 68.31º | 0.8% | 0.96% | - |
| XYZ | 62.14 | 80.44 | 15.27 | - |
| YUV | 214.7 | 35.05 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 50 | 0.11 | 0 | 0.80 | 0.04 | 68.31 | 0.91 | 0.58 |
| Hex | DA | F5 | 32 | B | 0 | 50 | 4 | 44 | 5B | 3A |
| Octal | 332 | 365 | 62 | 13 | 0 | 120 | 4 | 104 | 133 | 72 |
| Binary | 11011010 | 11110101 | 110010 | 1011 | 0 | 1010000 | 100 | 1000100 | 1011011 | 111010 |
Color Harmonies of #DAF532
Complementary color
Monochromatic Colors of #DAF532
Black with #DAF532
Text Example
Text Example
White with #DAF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF532; }
p { color: rgb(218,245,50); }
H1.HeaderClassName
{
color: #DAF532;
}
.AnyTagClassName
{
color: #DAF532;
}
</style>
background-color css
<style>
a { background-color: #DAF532; }
a { background-color: rgb(218,245,50); }
div.DivClassName
{
background-color: #DAF532;
}
.BgClassName
{
background-color: #DAF532;
}
</style>
border-color css
<style>
span { border-color: #DAF532; }
span { border-color: rgb(218,245,50); }
td.TdClassName
{
border-color: #DAF532;
}
.TagClassName
{
border-color: #DAF532;
}
</style>