Html Css Color HEX #DEE120 Pear

📋 copy color: '#DEE120'

red 222 ◦ green 225 ◦ blue 32

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

Shades of Pear #DEE120

Tints of Pear #DEE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.97%

 BLUE value IS 32 (12.89% from 255) = 6.68%

R = 46.35%
G = 46.97%
B = 6.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DEE120 (or 0xDEE120) is known color: Pear. HEX triplet: DE, E1 and 20. RGB value is (222,225,32). Sum of RGB (Red+Green+Blue) = 222+225+32=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE120 is #211EDF. Grayscale: #CACACA. Windows color (decimal): -2170592 or 2154974. OLE color: 2154974.

HSL color Cylindrical-coordinate representation of color #DEE120: hue angle of 60.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE120 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 32 -
CMYK 0.01 0 0.86 0.12
HSL 60.93º 0.76% 0.5% -
HSV(B) 60.93º 0.86% 0.88% -
XYZ 57.31 69.48 11.76 -
YUV 202.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 222 225 32 0.01 0 0.86 0.12 60.93 0.76 0.5
Hex DE E1 20 1 0 56 C 3D 4C 32
Octal 336 341 40 1 0 126 14 75 114 62
Binary 11011110 11100001 100000 1 0 1010110 1100 111101 1001100 110010

Color Harmonies of #DEE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE120

Black with #DEE120

Text Example


Text Example

White with #DEE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE120; }

 p { color: rgb(222,225,32); }

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

background-color css

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

 a { background-color: rgb(222,225,32); }

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

border-color css

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

 span { border-color: rgb(222,225,32); }

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