Html Css Color HEX #DCE52F Pear

📋 copy color: '#DCE52F'

red 220 ◦ green 229 ◦ blue 47

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

Shades of Pear #DCE52F

Tints of Pear #DCE52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.48%

R = 44.35%
G = 46.17%
B = 9.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DCE52F (or 0xDCE52F) is known color: Pear. HEX triplet: DC, E5 and 2F. RGB value is (220,229,47). Sum of RGB (Red+Green+Blue) = 220+229+47=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE52F is #231AD0. Grayscale: #CECECE. Windows color (decimal): -2300625 or 3139036. OLE color: 3139036.

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

Color convert

RGB 220 229 47 -
CMYK 0.04 0 0.79 0.10
HSL 62.97º 0.78% 0.54% -
HSV(B) 62.97º 0.79% 0.9% -
XYZ 58.05 71.46 13.42 -
YUV 205.56 38.52 138.3 -
System Red Green Blue C M Y K H S L
Decimal 220 229 47 0.04 0 0.79 0.10 62.97 0.78 0.54
Hex DC E5 2F 4 0 4F A 3F 4E 36
Octal 334 345 57 4 0 117 12 77 116 66
Binary 11011100 11100101 101111 100 0 1001111 1010 111111 1001110 110110

Color Harmonies of #DCE52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE52F

Black with #DCE52F

Text Example


Text Example

White with #DCE52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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