Html Css Color HEX #DCE425 Pear

📋 copy color: '#DCE425'

red 220 ◦ green 228 ◦ blue 37

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

Shades of Pear #DCE425

Tints of Pear #DCE425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.01%

 BLUE value IS 37 (14.84% from 255) = 7.63%

R = 45.36%
G = 47.01%
B = 7.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#DCE425 (or 0xDCE425) is known color: Pear. HEX triplet: DC, E4 and 25. RGB value is (220,228,37). Sum of RGB (Red+Green+Blue) = 220+228+37=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE425 is #231BDA. Grayscale: #CCCCCC. Windows color (decimal): -2300891 or 2483420. OLE color: 2483420.

HSL color Cylindrical-coordinate representation of color #DCE425: hue angle of 62.51º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE425 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 37 -
CMYK 0.04 0 0.84 0.11
HSL 62.51º 0.78% 0.52% -
HSV(B) 62.51º 0.84% 0.89% -
XYZ 57.59 70.84 12.39 -
YUV 203.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 220 228 37 0.04 0 0.84 0.11 62.51 0.78 0.52
Hex DC E4 25 4 0 54 B 3F 4E 34
Octal 334 344 45 4 0 124 13 77 116 64
Binary 11011100 11100100 100101 100 0 1010100 1011 111111 1001110 110100

Color Harmonies of #DCE425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE425

Black with #DCE425

Text Example


Text Example

White with #DCE425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE425; }

 p { color: rgb(220,228,37); }

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

background-color css

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

 a { background-color: rgb(220,228,37); }

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

border-color css

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

 span { border-color: rgb(220,228,37); }

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