Html Css Color HEX #DCE52E Pear

📋 copy color: '#DCE52E'

red 220 ◦ green 229 ◦ blue 46

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

Shades of Pear #DCE52E

Tints of Pear #DCE52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 44.44%
G = 46.26%
B = 9.29%

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

#DCE52E (or 0xDCE52E) is known color: Pear. HEX triplet: DC, E5 and 2E. RGB value is (220,229,46). Sum of RGB (Red+Green+Blue) = 220+229+46=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE52E is #231AD1. Grayscale: #CECECE. Windows color (decimal): -2300626 or 3073500. OLE color: 3073500.

HSL color Cylindrical-coordinate representation of color #DCE52E: hue angle of 62.95º 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 #DCE52E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 46 -
CMYK 0.04 0 0.80 0.10
HSL 62.95º 0.78% 0.54% -
HSV(B) 62.95º 0.8% 0.9% -
XYZ 58.03 71.45 13.32 -
YUV 205.45 38.02 138.38 -
System Red Green Blue C M Y K H S L
Decimal 220 229 46 0.04 0 0.80 0.10 62.95 0.78 0.54
Hex DC E5 2E 4 0 50 A 3F 4E 36
Octal 334 345 56 4 0 120 12 77 116 66
Binary 11011100 11100101 101110 100 0 1010000 1010 111111 1001110 110110

Color Harmonies of #DCE52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE52E

Black with #DCE52E

Text Example


Text Example

White with #DCE52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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