Html Css Color HEX #20B755 Pigment Green

📋 copy color: '#20B755'

red 32 ◦ green 183 ◦ blue 85

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

Shades of Pigment Green #20B755

Tints of Pigment Green #20B755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 10.67%
G = 61%
B = 28.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#20B755 (or 0x20B755) is known color: Pigment Green. HEX triplet: 20, B7 and 55. RGB value is (32,183,85). Sum of RGB (Red+Green+Blue) = 32+183+85=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #20B755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B755 is #DF48AA. Grayscale: #7E7E7E. Windows color (decimal): -14633131 or 5617440. OLE color: 5617440.

HSL color Cylindrical-coordinate representation of color #20B755: hue angle of 141.06º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B755 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 183 85 -
CMYK 0.83 0 0.54 0.28
HSL 141.06º 0.7% 0.42% -
HSV(B) 141.06º 0.83% 0.72% -
XYZ 19.17 34.83 14.31 -
YUV 126.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 32 183 85 0.83 0 0.54 0.28 141.06 0.7 0.42
Hex 20 B7 55 53 0 36 1C 8D 46 2A
Octal 40 267 125 123 0 66 34 215 106 52
Binary 100000 10110111 1010101 1010011 0 110110 11100 10001101 1000110 101010

Color Harmonies of #20B755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B755

Black with #20B755

Text Example


Text Example

White with #20B755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,183,85); }

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

background-color css

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

 a { background-color: rgb(32,183,85); }

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

border-color css

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

 span { border-color: rgb(32,183,85); }

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