Html Css Color HEX #DCE52A Pear

📋 copy color: '#DCE52A'

red 220 ◦ green 229 ◦ blue 42

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

Shades of Pear #DCE52A

Tints of Pear #DCE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.55%

R = 44.81%
G = 46.64%
B = 8.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#DCE52A (or 0xDCE52A) is known color: Pear. HEX triplet: DC, E5 and 2A. RGB value is (220,229,42). Sum of RGB (Red+Green+Blue) = 220+229+42=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE52A is #231AD5. Grayscale: #CDCDCD. Windows color (decimal): -2300630 or 2811356. OLE color: 2811356.

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

Color convert

RGB 220 229 42 -
CMYK 0.04 0 0.82 0.10
HSL 62.89º 0.78% 0.53% -
HSV(B) 62.89º 0.82% 0.9% -
XYZ 57.95 71.42 12.92 -
YUV 204.99 36.02 138.71 -
System Red Green Blue C M Y K H S L
Decimal 220 229 42 0.04 0 0.82 0.10 62.89 0.78 0.53
Hex DC E5 2A 4 0 52 A 3F 4E 35
Octal 334 345 52 4 0 122 12 77 116 65
Binary 11011100 11100101 101010 100 0 1010010 1010 111111 1001110 110101

Color Harmonies of #DCE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE52A

Black with #DCE52A

Text Example


Text Example

White with #DCE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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