Html Css Color HEX #20D584 Shamrock

📋 copy color: '#20D584'

red 32 ◦ green 213 ◦ blue 132

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

Shades of Shamrock #20D584

Tints of Shamrock #20D584

RGB

 RED value IS 32 (12.89% from 255) = 8.49%

 GREEN value IS 213 (83.59% from 255) = 56.5%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 8.49%
G = 56.5%
B = 35.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#20D584 (or 0x20D584) is known color: Shamrock. HEX triplet: 20, D5 and 84. RGB value is (32,213,132). Sum of RGB (Red+Green+Blue) = 32+213+132=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #20D584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D584 is #DF2A7B. Grayscale: #959595. Windows color (decimal): -14625404 or 8705312. OLE color: 8705312.

HSL color Cylindrical-coordinate representation of color #20D584: hue angle of 153.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D584 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 213 132 -
CMYK 0.85 0 0.38 0.16
HSL 153.15º 0.74% 0.48% -
HSV(B) 153.15º 0.85% 0.84% -
XYZ 28.55 49.56 29.89 -
YUV 149.65 118.03 44.09 -
System Red Green Blue C M Y K H S L
Decimal 32 213 132 0.85 0 0.38 0.16 153.15 0.74 0.48
Hex 20 D5 84 55 0 26 10 99 4A 30
Octal 40 325 204 125 0 46 20 231 112 60
Binary 100000 11010101 10000100 1010101 0 100110 10000 10011001 1001010 110000

Color Harmonies of #20D584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D584

Black with #20D584

Text Example


Text Example

White with #20D584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20D584; }

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

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

background-color css

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

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

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

border-color css

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

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

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