Html Css Color HEX #D5ED20 Pear

📋 copy color: '#D5ED20'

red 213 ◦ green 237 ◦ blue 32

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

Shades of Pear #D5ED20

Tints of Pear #D5ED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

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

R = 44.19%
G = 49.17%
B = 6.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#D5ED20 (or 0xD5ED20) is known color: Pear. HEX triplet: D5, ED and 20. RGB value is (213,237,32). Sum of RGB (Red+Green+Blue) = 213+237+32=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5ED20 is #2A12DF. Grayscale: #CFCFCF. Windows color (decimal): -2757344 or 2158037. OLE color: 2158037.

HSL color Cylindrical-coordinate representation of color #D5ED20: hue angle of 67.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5ED20 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 32 -
CMYK 0.10 0 0.86 0.07
HSL 67.02º 0.85% 0.53% -
HSV(B) 67.02º 0.86% 0.93% -
XYZ 57.99 74.82 12.75 -
YUV 206.45 29.55 132.67 -
System Red Green Blue C M Y K H S L
Decimal 213 237 32 0.10 0 0.86 0.07 67.02 0.85 0.53
Hex D5 ED 20 A 0 56 7 43 55 35
Octal 325 355 40 12 0 126 7 103 125 65
Binary 11010101 11101101 100000 1010 0 1010110 111 1000011 1010101 110101

Color Harmonies of #D5ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED20

Black with #D5ED20

Text Example


Text Example

White with #D5ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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