Shades of Pear #DAF522
Tints of Pear #DAF522
RGB
CMYK
RGB Variations
Color information
#DAF522 (or 0xDAF522) is known color: Pear. HEX triplet: DA, F5 and 22. RGB value is (218,245,34). Sum of RGB (Red+Green+Blue) = 218+245+34=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF522 is #250ADD. Grayscale: #D5D5D5. Windows color (decimal): -2427614 or 2291162. OLE color: 2291162.
HSL color Cylindrical-coordinate representation of color #DAF522: hue angle of 67.68º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF522 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 34 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.04 |
| HSL | 67.68º | 0.91% | 0.55% | - |
| HSV(B) | 67.68º | 0.86% | 0.96% | - |
| XYZ | 61.85 | 80.33 | 13.76 | - |
| YUV | 212.87 | 27.05 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 34 | 0.11 | 0 | 0.86 | 0.04 | 67.68 | 0.91 | 0.55 |
| Hex | DA | F5 | 22 | B | 0 | 56 | 4 | 44 | 5B | 37 |
| Octal | 332 | 365 | 42 | 13 | 0 | 126 | 4 | 104 | 133 | 67 |
| Binary | 11011010 | 11110101 | 100010 | 1011 | 0 | 1010110 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #DAF522
Complementary color
Monochromatic Colors of #DAF522
Black with #DAF522
Text Example
Text Example
White with #DAF522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF522; }
p { color: rgb(218,245,34); }
H1.HeaderClassName
{
color: #DAF522;
}
.AnyTagClassName
{
color: #DAF522;
}
</style>
background-color css
<style>
a { background-color: #DAF522; }
a { background-color: rgb(218,245,34); }
div.DivClassName
{
background-color: #DAF522;
}
.BgClassName
{
background-color: #DAF522;
}
</style>
border-color css
<style>
span { border-color: #DAF522; }
span { border-color: rgb(218,245,34); }
td.TdClassName
{
border-color: #DAF522;
}
.TagClassName
{
border-color: #DAF522;
}
</style>