Shades of Pear #DEEF3A
Tints of Pear #DEEF3A
RGB
CMYK
RGB Variations
Color information
#DEEF3A (or 0xDEEF3A) is known color: Pear. HEX triplet: DE, EF and 3A. RGB value is (222,239,58). Sum of RGB (Red+Green+Blue) = 222+239+58=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF3A is #2110C5. Grayscale: #D5D5D5. Windows color (decimal): -2166982 or 3862494. OLE color: 3862494.
HSL color Cylindrical-coordinate representation of color #DEEF3A: hue angle of 65.64º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEEF3A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 58 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.06 |
| HSL | 65.64º | 0.85% | 0.58% | - |
| HSV(B) | 65.64º | 0.76% | 0.94% | - |
| XYZ | 61.75 | 77.57 | 15.72 | - |
| YUV | 213.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 58 | 0.07 | 0 | 0.76 | 0.06 | 65.64 | 0.85 | 0.58 |
| Hex | DE | EF | 3A | 7 | 0 | 4C | 6 | 42 | 55 | 3A |
| Octal | 336 | 357 | 72 | 7 | 0 | 114 | 6 | 102 | 125 | 72 |
| Binary | 11011110 | 11101111 | 111010 | 111 | 0 | 1001100 | 110 | 1000010 | 1010101 | 111010 |
Color Harmonies of #DEEF3A
Complementary color
Monochromatic Colors of #DEEF3A
Black with #DEEF3A
Text Example
Text Example
White with #DEEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF3A; }
p { color: rgb(222,239,58); }
H1.HeaderClassName
{
color: #DEEF3A;
}
.AnyTagClassName
{
color: #DEEF3A;
}
</style>
background-color css
<style>
a { background-color: #DEEF3A; }
a { background-color: rgb(222,239,58); }
div.DivClassName
{
background-color: #DEEF3A;
}
.BgClassName
{
background-color: #DEEF3A;
}
</style>
border-color css
<style>
span { border-color: #DEEF3A; }
span { border-color: rgb(222,239,58); }
td.TdClassName
{
border-color: #DEEF3A;
}
.TagClassName
{
border-color: #DEEF3A;
}
</style>