Html Css Color HEX #20B25D Eucalyptus

📋 copy color: '#20B25D'

red 32 ◦ green 178 ◦ blue 93

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

Shades of Eucalyptus #20B25D

Tints of Eucalyptus #20B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.75%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 10.56%
G = 58.75%
B = 30.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#20B25D (or 0x20B25D) is known color: Eucalyptus. HEX triplet: 20, B2 and 5D. RGB value is (32,178,93). Sum of RGB (Red+Green+Blue) = 32+178+93=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #20B25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B25D is #DF4DA2. Grayscale: #7C7C7C. Windows color (decimal): -14634403 or 6140448. OLE color: 6140448.

HSL color Cylindrical-coordinate representation of color #20B25D: hue angle of 145.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B25D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 93 -
CMYK 0.82 0 0.48 0.30
HSL 145.07º 0.7% 0.41% -
HSV(B) 145.07º 0.82% 0.7% -
XYZ 18.49 32.94 15.74 -
YUV 124.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 32 178 93 0.82 0 0.48 0.30 145.07 0.7 0.41
Hex 20 B2 5D 52 0 30 1E 91 46 29
Octal 40 262 135 122 0 60 36 221 106 51
Binary 100000 10110010 1011101 1010010 0 110000 11110 10010001 1000110 101001

Color Harmonies of #20B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B25D

Black with #20B25D

Text Example


Text Example

White with #20B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,93); }

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

background-color css

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

 a { background-color: rgb(32,178,93); }

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

border-color css

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

 span { border-color: rgb(32,178,93); }

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