Html Css Color HEX #DCE52D Pear

📋 copy color: '#DCE52D'

red 220 ◦ green 229 ◦ blue 45

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

Shades of Pear #DCE52D

Tints of Pear #DCE52D

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

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

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 44.53%
G = 46.36%
B = 9.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#DCE52D (or 0xDCE52D) is known color: Pear. HEX triplet: DC, E5 and 2D. RGB value is (220,229,45). Sum of RGB (Red+Green+Blue) = 220+229+45=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE52D is #231AD2. Grayscale: #CECECE. Windows color (decimal): -2300627 or 3007964. OLE color: 3007964.

HSL color Cylindrical-coordinate representation of color #DCE52D: hue angle of 62.93º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE52D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 45 -
CMYK 0.04 0 0.80 0.10
HSL 62.93º 0.78% 0.54% -
HSV(B) 62.93º 0.8% 0.9% -
XYZ 58.01 71.44 13.22 -
YUV 205.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 220 229 45 0.04 0 0.80 0.10 62.93 0.78 0.54
Hex DC E5 2D 4 0 50 A 3F 4E 36
Octal 334 345 55 4 0 120 12 77 116 66
Binary 11011100 11100101 101101 100 0 1010000 1010 111111 1001110 110110

Color Harmonies of #DCE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE52D

Black with #DCE52D

Text Example


Text Example

White with #DCE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE52D; }

 p { color: rgb(220,229,45); }

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

background-color css

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

 a { background-color: rgb(220,229,45); }

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

border-color css

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

 span { border-color: rgb(220,229,45); }

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