Shades of Pear #DEED30
Tints of Pear #DEED30
RGB
CMYK
RGB Variations
Color information
#DEED30 (or 0xDEED30) is known color: Pear. HEX triplet: DE, ED and 30. RGB value is (222,237,48). Sum of RGB (Red+Green+Blue) = 222+237+48=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED30 is #2112CF. Grayscale: #D3D3D3. Windows color (decimal): -2167504 or 3206622. OLE color: 3206622.
HSL color Cylindrical-coordinate representation of color #DEED30: hue angle of 64.76º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEED30 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 48 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.07 |
| HSL | 64.76º | 0.84% | 0.56% | - |
| HSV(B) | 64.76º | 0.8% | 0.93% | - |
| XYZ | 60.94 | 76.31 | 14.31 | - |
| YUV | 210.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 48 | 0.06 | 0 | 0.80 | 0.07 | 64.76 | 0.84 | 0.56 |
| Hex | DE | ED | 30 | 6 | 0 | 50 | 7 | 41 | 54 | 38 |
| Octal | 336 | 355 | 60 | 6 | 0 | 120 | 7 | 101 | 124 | 70 |
| Binary | 11011110 | 11101101 | 110000 | 110 | 0 | 1010000 | 111 | 1000001 | 1010100 | 111000 |
Color Harmonies of #DEED30
Complementary color
Monochromatic Colors of #DEED30
Black with #DEED30
Text Example
Text Example
White with #DEED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED30; }
p { color: rgb(222,237,48); }
H1.HeaderClassName
{
color: #DEED30;
}
.AnyTagClassName
{
color: #DEED30;
}
</style>
background-color css
<style>
a { background-color: #DEED30; }
a { background-color: rgb(222,237,48); }
div.DivClassName
{
background-color: #DEED30;
}
.BgClassName
{
background-color: #DEED30;
}
</style>
border-color css
<style>
span { border-color: #DEED30; }
span { border-color: rgb(222,237,48); }
td.TdClassName
{
border-color: #DEED30;
}
.TagClassName
{
border-color: #DEED30;
}
</style>