Html Css Color HEX #DEE520 Pear

📋 copy color: '#DEE520'

red 222 ◦ green 229 ◦ blue 32

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

Shades of Pear #DEE520

Tints of Pear #DEE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

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

R = 45.96%
G = 47.41%
B = 6.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#DEE520 (or 0xDEE520) is known color: Pear. HEX triplet: DE, E5 and 20. RGB value is (222,229,32). Sum of RGB (Red+Green+Blue) = 222+229+32=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE520 is #211ADF. Grayscale: #CDCDCD. Windows color (decimal): -2169568 or 2155998. OLE color: 2155998.

HSL color Cylindrical-coordinate representation of color #DEE520: hue angle of 62.13º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE520 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 32 -
CMYK 0.03 0 0.86 0.10
HSL 62.13º 0.79% 0.51% -
HSV(B) 62.13º 0.86% 0.9% -
XYZ 58.4 71.67 12.12 -
YUV 204.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 222 229 32 0.03 0 0.86 0.10 62.13 0.79 0.51
Hex DE E5 20 3 0 56 A 3E 4F 33
Octal 336 345 40 3 0 126 12 76 117 63
Binary 11011110 11100101 100000 11 0 1010110 1010 111110 1001111 110011

Color Harmonies of #DEE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE520

Black with #DEE520

Text Example


Text Example

White with #DEE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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