Html Css Color HEX #20BA4F Dark Pastel Green

📋 copy color: '#20BA4F'

red 32 ◦ green 186 ◦ blue 79

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

Shades of Dark Pastel Green #20BA4F

Tints of Dark Pastel Green #20BA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 10.77%
G = 62.63%
B = 26.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#20BA4F (or 0x20BA4F) is known color: Dark Pastel Green. HEX triplet: 20, BA and 4F. RGB value is (32,186,79). Sum of RGB (Red+Green+Blue) = 32+186+79=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BA4F is #DF45B0. Grayscale: #808080. Windows color (decimal): -14632369 or 5224992. OLE color: 5224992.

HSL color Cylindrical-coordinate representation of color #20BA4F: hue angle of 138.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA4F is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 79 -
CMYK 0.83 0 0.58 0.27
HSL 138.31º 0.71% 0.43% -
HSV(B) 138.31º 0.83% 0.73% -
XYZ 19.57 35.99 13.31 -
YUV 127.76 100.48 59.7 -
System Red Green Blue C M Y K H S L
Decimal 32 186 79 0.83 0 0.58 0.27 138.31 0.71 0.43
Hex 20 BA 4F 53 0 3A 1B 8A 47 2B
Octal 40 272 117 123 0 72 33 212 107 53
Binary 100000 10111010 1001111 1010011 0 111010 11011 10001010 1000111 101011

Color Harmonies of #20BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA4F

Black with #20BA4F

Text Example


Text Example

White with #20BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,79); }

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

background-color css

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

 a { background-color: rgb(32,186,79); }

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

border-color css

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

 span { border-color: rgb(32,186,79); }

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