Shades of Pear #DAEF32
Tints of Pear #DAEF32
RGB
CMYK
RGB Variations
Color information
#DAEF32 (or 0xDAEF32) is known color: Pear. HEX triplet: DA, EF and 32. RGB value is (218,239,50). Sum of RGB (Red+Green+Blue) = 218+239+50=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF32 is #2510CD. Grayscale: #D3D3D3. Windows color (decimal): -2429134 or 3338202. OLE color: 3338202.
HSL color Cylindrical-coordinate representation of color #DAEF32: hue angle of 66.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAEF32 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.06 |
| HSL | 66.67º | 0.86% | 0.57% | - |
| HSV(B) | 66.67º | 0.79% | 0.94% | - |
| XYZ | 60.36 | 76.87 | 14.67 | - |
| YUV | 211.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 50 | 0.09 | 0 | 0.79 | 0.06 | 66.67 | 0.86 | 0.57 |
| Hex | DA | EF | 32 | 9 | 0 | 4F | 6 | 43 | 56 | 39 |
| Octal | 332 | 357 | 62 | 11 | 0 | 117 | 6 | 103 | 126 | 71 |
| Binary | 11011010 | 11101111 | 110010 | 1001 | 0 | 1001111 | 110 | 1000011 | 1010110 | 111001 |
Color Harmonies of #DAEF32
Complementary color
Monochromatic Colors of #DAEF32
Black with #DAEF32
Text Example
Text Example
White with #DAEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEF32; }
p { color: rgb(218,239,50); }
H1.HeaderClassName
{
color: #DAEF32;
}
.AnyTagClassName
{
color: #DAEF32;
}
</style>
background-color css
<style>
a { background-color: #DAEF32; }
a { background-color: rgb(218,239,50); }
div.DivClassName
{
background-color: #DAEF32;
}
.BgClassName
{
background-color: #DAEF32;
}
</style>
border-color css
<style>
span { border-color: #DAEF32; }
span { border-color: rgb(218,239,50); }
td.TdClassName
{
border-color: #DAEF32;
}
.TagClassName
{
border-color: #DAEF32;
}
</style>