Html Css Color HEX #20B25F Eucalyptus

📋 copy color: '#20B25F'

red 32 ◦ green 178 ◦ blue 95

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

Shades of Eucalyptus #20B25F

Tints of Eucalyptus #20B25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 10.49%
G = 58.36%
B = 31.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#20B25F (or 0x20B25F) is known color: Eucalyptus. HEX triplet: 20, B2 and 5F. RGB value is (32,178,95). Sum of RGB (Red+Green+Blue) = 32+178+95=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #20B25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B25F is #DF4DA0. Grayscale: #7D7D7D. Windows color (decimal): -14634401 or 6271520. OLE color: 6271520.

HSL color Cylindrical-coordinate representation of color #20B25F: hue angle of 145.89º 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 #20B25F is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 95 -
CMYK 0.82 0 0.47 0.30
HSL 145.89º 0.7% 0.41% -
HSV(B) 145.89º 0.82% 0.7% -
XYZ 18.58 32.97 16.21 -
YUV 124.88 111.13 61.75 -
System Red Green Blue C M Y K H S L
Decimal 32 178 95 0.82 0 0.47 0.30 145.89 0.7 0.41
Hex 20 B2 5F 52 0 2F 1E 92 46 29
Octal 40 262 137 122 0 57 36 222 106 51
Binary 100000 10110010 1011111 1010010 0 101111 11110 10010010 1000110 101001

Color Harmonies of #20B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B25F

Black with #20B25F

Text Example


Text Example

White with #20B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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