Html Css Color HEX #20BE45 Dark Pastel Green

📋 copy color: '#20BE45'

red 32 ◦ green 190 ◦ blue 69

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

Shades of Dark Pastel Green #20BE45

Tints of Dark Pastel Green #20BE45

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.29%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 11%
G = 65.29%
B = 23.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#20BE45 (or 0x20BE45) is known color: Dark Pastel Green. HEX triplet: 20, BE and 45. RGB value is (32,190,69). Sum of RGB (Red+Green+Blue) = 32+190+69=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE45 is #DF41BA. Grayscale: #818181. Windows color (decimal): -14631355 or 4570656. OLE color: 4570656.

HSL color Cylindrical-coordinate representation of color #20BE45: hue angle of 134.05º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE45 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 190 69 -
CMYK 0.83 0 0.64 0.25
HSL 134.05º 0.71% 0.44% -
HSV(B) 134.05º 0.83% 0.75% -
XYZ 20.08 37.56 11.82 -
YUV 128.96 94.15 58.84 -
System Red Green Blue C M Y K H S L
Decimal 32 190 69 0.83 0 0.64 0.25 134.05 0.71 0.44
Hex 20 BE 45 53 0 40 19 86 47 2C
Octal 40 276 105 123 0 100 31 206 107 54
Binary 100000 10111110 1000101 1010011 0 1000000 11001 10000110 1000111 101100

Color Harmonies of #20BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE45

Black with #20BE45

Text Example


Text Example

White with #20BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,190,69); }

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

background-color css

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

 a { background-color: rgb(32,190,69); }

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

border-color css

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

 span { border-color: rgb(32,190,69); }

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