Shades of Pear #DAEF37
Tints of Pear #DAEF37
RGB
CMYK
RGB Variations
Color information
#DAEF37 (or 0xDAEF37) is known color: Pear. HEX triplet: DA, EF and 37. RGB value is (218,239,55). Sum of RGB (Red+Green+Blue) = 218+239+55=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF37 is #2510C8. Grayscale: #D4D4D4. Windows color (decimal): -2429129 or 3665882. OLE color: 3665882.
HSL color Cylindrical-coordinate representation of color #DAEF37: hue angle of 66.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAEF37 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 55 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.06 |
| HSL | 66.85º | 0.85% | 0.58% | - |
| HSV(B) | 66.85º | 0.77% | 0.94% | - |
| XYZ | 60.47 | 76.91 | 15.27 | - |
| YUV | 211.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 55 | 0.09 | 0 | 0.77 | 0.06 | 66.85 | 0.85 | 0.58 |
| Hex | DA | EF | 37 | 9 | 0 | 4D | 6 | 43 | 55 | 3A |
| Octal | 332 | 357 | 67 | 11 | 0 | 115 | 6 | 103 | 125 | 72 |
| Binary | 11011010 | 11101111 | 110111 | 1001 | 0 | 1001101 | 110 | 1000011 | 1010101 | 111010 |
Color Harmonies of #DAEF37
Complementary color
Monochromatic Colors of #DAEF37
Black with #DAEF37
Text Example
Text Example
White with #DAEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF37; }
p { color: rgb(218,239,55); }
H1.HeaderClassName
{
color: #DAEF37;
}
.AnyTagClassName
{
color: #DAEF37;
}
</style>
background-color css
<style>
a { background-color: #DAEF37; }
a { background-color: rgb(218,239,55); }
div.DivClassName
{
background-color: #DAEF37;
}
.BgClassName
{
background-color: #DAEF37;
}
</style>
border-color css
<style>
span { border-color: #DAEF37; }
span { border-color: rgb(218,239,55); }
td.TdClassName
{
border-color: #DAEF37;
}
.TagClassName
{
border-color: #DAEF37;
}
</style>