Html Css Color HEX #20B54C Dark Pastel Green

📋 copy color: '#20B54C'

red 32 ◦ green 181 ◦ blue 76

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

Shades of Dark Pastel Green #20B54C

Tints of Dark Pastel Green #20B54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.63%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 11.07%
G = 62.63%
B = 26.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#20B54C (or 0x20B54C) is known color: Dark Pastel Green. HEX triplet: 20, B5 and 4C. RGB value is (32,181,76). Sum of RGB (Red+Green+Blue) = 32+181+76=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #20B54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B54C is #DF4AB3. Grayscale: #7C7C7C. Windows color (decimal): -14633652 or 5027104. OLE color: 5027104.

HSL color Cylindrical-coordinate representation of color #20B54C: hue angle of 137.72º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B54C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 181 76 -
CMYK 0.82 0 0.58 0.29
HSL 137.72º 0.7% 0.42% -
HSV(B) 137.72º 0.82% 0.71% -
XYZ 18.42 33.88 12.41 -
YUV 124.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 32 181 76 0.82 0 0.58 0.29 137.72 0.7 0.42
Hex 20 B5 4C 52 0 3A 1D 8A 46 2A
Octal 40 265 114 122 0 72 35 212 106 52
Binary 100000 10110101 1001100 1010010 0 111010 11101 10001010 1000110 101010

Color Harmonies of #20B54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B54C

Black with #20B54C

Text Example


Text Example

White with #20B54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,181,76); }

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

background-color css

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

 a { background-color: rgb(32,181,76); }

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

border-color css

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

 span { border-color: rgb(32,181,76); }

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