Shades of Pear #DEEF2D
Tints of Pear #DEEF2D
RGB
CMYK
RGB Variations
Color information
#DEEF2D (or 0xDEEF2D) is known color: Pear. HEX triplet: DE, EF and 2D. RGB value is (222,239,45). Sum of RGB (Red+Green+Blue) = 222+239+45=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF2D is #2110D2. Grayscale: #D4D4D4. Windows color (decimal): -2166995 or 3010526. OLE color: 3010526.
HSL color Cylindrical-coordinate representation of color #DEEF2D: hue angle of 65.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEEF2D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.06 |
| HSL | 65.26º | 0.86% | 0.56% | - |
| HSV(B) | 65.26º | 0.81% | 0.94% | - |
| XYZ | 61.46 | 77.45 | 14.19 | - |
| YUV | 211.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 45 | 0.07 | 0 | 0.81 | 0.06 | 65.26 | 0.86 | 0.56 |
| Hex | DE | EF | 2D | 7 | 0 | 51 | 6 | 41 | 56 | 38 |
| Octal | 336 | 357 | 55 | 7 | 0 | 121 | 6 | 101 | 126 | 70 |
| Binary | 11011110 | 11101111 | 101101 | 111 | 0 | 1010001 | 110 | 1000001 | 1010110 | 111000 |
Color Harmonies of #DEEF2D
Complementary color
Monochromatic Colors of #DEEF2D
Black with #DEEF2D
Text Example
Text Example
White with #DEEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF2D; }
p { color: rgb(222,239,45); }
H1.HeaderClassName
{
color: #DEEF2D;
}
.AnyTagClassName
{
color: #DEEF2D;
}
</style>
background-color css
<style>
a { background-color: #DEEF2D; }
a { background-color: rgb(222,239,45); }
div.DivClassName
{
background-color: #DEEF2D;
}
.BgClassName
{
background-color: #DEEF2D;
}
</style>
border-color css
<style>
span { border-color: #DEEF2D; }
span { border-color: rgb(222,239,45); }
td.TdClassName
{
border-color: #DEEF2D;
}
.TagClassName
{
border-color: #DEEF2D;
}
</style>