Html Css Color HEX #DEEE2E Pear

📋 copy color: '#DEEE2E'

red 222 ◦ green 238 ◦ blue 46

#DEEE2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DEEE2E

Tints of Pear #DEEE2E

RGB

 RED value IS 222 (87.11% from 255) = 43.87%

 GREEN value IS 238 (93.36% from 255) = 47.04%

 BLUE value IS 46 (18.36% from 255) = 9.09%

R = 43.87%
G = 47.04%
B = 9.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DEEE2E (or 0xDEEE2E) is known color: Pear. HEX triplet: DE, EE and 2E. RGB value is (222,238,46). Sum of RGB (Red+Green+Blue) = 222+238+46=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE2E is #2111D1. Grayscale: #D4D4D4. Windows color (decimal): -2167250 or 3075806. OLE color: 3075806.

HSL color Cylindrical-coordinate representation of color #DEEE2E: hue angle of 65º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEEE2E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 46 -
CMYK 0.07 0 0.81 0.07
HSL 65º 0.85% 0.56% -
HSV(B) 65º 0.81% 0.93% -
XYZ 61.19 76.88 14.2 -
YUV 211.33 34.7 135.61 -
System Red Green Blue C M Y K H S L
Decimal 222 238 46 0.07 0 0.81 0.07 65 0.85 0.56
Hex DE EE 2E 7 0 51 7 41 55 38
Octal 336 356 56 7 0 121 7 101 125 70
Binary 11011110 11101110 101110 111 0 1010001 111 1000001 1010101 111000

Color Harmonies of #DEEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE2E

Black with #DEEE2E

Text Example


Text Example

White with #DEEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE2E; }

 p { color: rgb(222,238,46); }

 H1.HeaderClassName
 {
   color: #DEEE2E;
 }
 .AnyTagClassName
 {
   color: #DEEE2E;
 }
</style>

background-color css

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

 a { background-color: rgb(222,238,46); }

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

border-color css

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

 span { border-color: rgb(222,238,46); }

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