Html Css Color HEX #DCE525 Pear

📋 copy color: '#DCE525'

red 220 ◦ green 229 ◦ blue 37

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

Shades of Pear #DCE525

Tints of Pear #DCE525

RGB

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

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

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

R = 45.27%
G = 47.12%
B = 7.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#DCE525 (or 0xDCE525) is known color: Pear. HEX triplet: DC, E5 and 25. RGB value is (220,229,37). Sum of RGB (Red+Green+Blue) = 220+229+37=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE525 is #231ADA. Grayscale: #CDCDCD. Windows color (decimal): -2300635 or 2483676. OLE color: 2483676.

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

Color convert

RGB 220 229 37 -
CMYK 0.04 0 0.84 0.10
HSL 62.81º 0.79% 0.52% -
HSV(B) 62.81º 0.84% 0.9% -
XYZ 57.87 71.39 12.48 -
YUV 204.42 33.52 139.11 -
System Red Green Blue C M Y K H S L
Decimal 220 229 37 0.04 0 0.84 0.10 62.81 0.79 0.52
Hex DC E5 25 4 0 54 A 3F 4F 34
Octal 334 345 45 4 0 124 12 77 117 64
Binary 11011100 11100101 100101 100 0 1010100 1010 111111 1001111 110100

Color Harmonies of #DCE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE525

Black with #DCE525

Text Example


Text Example

White with #DCE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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