Html Css Color HEX #D5E020 Pear

📋 copy color: '#D5E020'

red 213 ◦ green 224 ◦ blue 32

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

Shades of Pear #D5E020

Tints of Pear #D5E020

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 32 (12.89% from 255) = 6.82%

R = 45.42%
G = 47.76%
B = 6.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D5E020 (or 0xD5E020) is known color: Pear. HEX triplet: D5, E0 and 20. RGB value is (213,224,32). Sum of RGB (Red+Green+Blue) = 213+224+32=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E020 is #2A1FDF. Grayscale: #C7C7C7. Windows color (decimal): -2760672 or 2154709. OLE color: 2154709.

HSL color Cylindrical-coordinate representation of color #D5E020: hue angle of 63.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5E020 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 32 -
CMYK 0.05 0 0.86 0.12
HSL 63.44º 0.76% 0.5% -
HSV(B) 63.44º 0.86% 0.88% -
XYZ 54.36 67.56 11.54 -
YUV 198.82 33.86 138.11 -
System Red Green Blue C M Y K H S L
Decimal 213 224 32 0.05 0 0.86 0.12 63.44 0.76 0.5
Hex D5 E0 20 5 0 56 C 3F 4C 32
Octal 325 340 40 5 0 126 14 77 114 62
Binary 11010101 11100000 100000 101 0 1010110 1100 111111 1001100 110010

Color Harmonies of #D5E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E020

Black with #D5E020

Text Example


Text Example

White with #D5E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E020; }

 p { color: rgb(213,224,32); }

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

background-color css

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

 a { background-color: rgb(213,224,32); }

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

border-color css

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

 span { border-color: rgb(213,224,32); }

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