Shades of Pear #DAF537
Tints of Pear #DAF537
RGB
CMYK
RGB Variations
Color information
#DAF537 (or 0xDAF537) is known color: Pear. HEX triplet: DA, F5 and 37. RGB value is (218,245,55). Sum of RGB (Red+Green+Blue) = 218+245+55=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF537 is #250AC8. Grayscale: #D8D8D8. Windows color (decimal): -2427593 or 3667418. OLE color: 3667418.
HSL color Cylindrical-coordinate representation of color #DAF537: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAF537 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 55 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.04 |
| HSL | 68.53º | 0.9% | 0.59% | - |
| HSV(B) | 68.53º | 0.78% | 0.96% | - |
| XYZ | 62.26 | 80.49 | 15.87 | - |
| YUV | 215.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 55 | 0.11 | 0 | 0.78 | 0.04 | 68.53 | 0.9 | 0.59 |
| Hex | DA | F5 | 37 | B | 0 | 4E | 4 | 45 | 5A | 3B |
| Octal | 332 | 365 | 67 | 13 | 0 | 116 | 4 | 105 | 132 | 73 |
| Binary | 11011010 | 11110101 | 110111 | 1011 | 0 | 1001110 | 100 | 1000101 | 1011010 | 111011 |
Color Harmonies of #DAF537
Complementary color
Monochromatic Colors of #DAF537
Black with #DAF537
Text Example
Text Example
White with #DAF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF537; }
p { color: rgb(218,245,55); }
H1.HeaderClassName
{
color: #DAF537;
}
.AnyTagClassName
{
color: #DAF537;
}
</style>
background-color css
<style>
a { background-color: #DAF537; }
a { background-color: rgb(218,245,55); }
div.DivClassName
{
background-color: #DAF537;
}
.BgClassName
{
background-color: #DAF537;
}
</style>
border-color css
<style>
span { border-color: #DAF537; }
span { border-color: rgb(218,245,55); }
td.TdClassName
{
border-color: #DAF537;
}
.TagClassName
{
border-color: #DAF537;
}
</style>