Shades of Pear #DAEE32
Tints of Pear #DAEE32
RGB
CMYK
RGB Variations
Color information
#DAEE32 (or 0xDAEE32) is known color: Pear. HEX triplet: DA, EE and 32. RGB value is (218,238,50). Sum of RGB (Red+Green+Blue) = 218+238+50=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE32 is #2511CD. Grayscale: #D3D3D3. Windows color (decimal): -2429390 or 3337946. OLE color: 3337946.
HSL color Cylindrical-coordinate representation of color #DAEE32: hue angle of 66.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAEE32 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 66.38º | 0.85% | 0.56% | - |
| HSV(B) | 66.38º | 0.79% | 0.93% | - |
| XYZ | 60.06 | 76.28 | 14.58 | - |
| YUV | 210.59 | 37.37 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 50 | 0.08 | 0 | 0.79 | 0.07 | 66.38 | 0.85 | 0.56 |
| Hex | DA | EE | 32 | 8 | 0 | 4F | 7 | 42 | 55 | 38 |
| Octal | 332 | 356 | 62 | 10 | 0 | 117 | 7 | 102 | 125 | 70 |
| Binary | 11011010 | 11101110 | 110010 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010101 | 111000 |
Color Harmonies of #DAEE32
Complementary color
Monochromatic Colors of #DAEE32
Black with #DAEE32
Text Example
Text Example
White with #DAEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE32; }
p { color: rgb(218,238,50); }
H1.HeaderClassName
{
color: #DAEE32;
}
.AnyTagClassName
{
color: #DAEE32;
}
</style>
background-color css
<style>
a { background-color: #DAEE32; }
a { background-color: rgb(218,238,50); }
div.DivClassName
{
background-color: #DAEE32;
}
.BgClassName
{
background-color: #DAEE32;
}
</style>
border-color css
<style>
span { border-color: #DAEE32; }
span { border-color: rgb(218,238,50); }
td.TdClassName
{
border-color: #DAEE32;
}
.TagClassName
{
border-color: #DAEE32;
}
</style>