#DEEF2B

Color #DEEF2B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DEEF2B

Tints of Pear #DEEF2B

Color information

#DEEF2B (or 0xDEEF2B) is unknown color: approx Pear. HEX triplet: DE, EF and 2B. RGB value is (222,239,43). Sum of RGB (Red+Green+Blue) = 222+239+43=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF2B is #2110D4. Grayscale: #D4D4D4. Windows color (decimal): -2166997 or 2879454. OLE color: 2879454.

HSL color Cylindrical-coordinate representation of color #DEEF2B: hue angle of 65.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEEF2B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB22223943-
CMYK0.0700.820.06
HSL65.2º85.96%55.29%-
HSV(B)65.2º82.01%93.73%-
XYZ61.4377.4413.99-
YUV211.5732.87135.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 43 (17.19% from 255) = 8.53%
R=44.05%
G=47.42%
B=8.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222239430.0700.820.0665.285.9655.29
HexDEEF2B70526415637
Octal3363575370122610112667
Binary11011110111011111010111110101001011010000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF2B; }

 p { color: rgb(222,239,43); }

 H1.HeaderClassName
 {
   color: #DEEF2B;
 }
 .AnyTagClassName
 {
   color: #DEEF2B;
 }
</style>
background-color css

<style>
 a { background-color: #DEEF2B; }

 a { background-color: rgb(222,239,43); }

 div.DivClassName
 {
   background-color: #DEEF2B;
 }
 .BgClassName
 {
   background-color: #DEEF2B;
 }
</style>
border-color css

<style>
 span { border-color: #DEEF2B; }

 span { border-color: rgb(222,239,43); }

 td.TdClassName
 {
   border-color: #DEEF2B;
 }
 .TagClassName
 {
   border-color: #DEEF2B;
 }
</style>