Html Css Color HEX #20C255 Malachite

📋 copy color: '#20C255'

red 32 ◦ green 194 ◦ blue 85

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

Shades of Malachite #20C255

Tints of Malachite #20C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.38%

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

R = 10.29%
G = 62.38%
B = 27.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#20C255 (or 0x20C255) is known color: Malachite. HEX triplet: 20, C2 and 55. RGB value is (32,194,85). Sum of RGB (Red+Green+Blue) = 32+194+85=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #20C255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C255 is #DF3DAA. Grayscale: #858585. Windows color (decimal): -14630315 or 5620256. OLE color: 5620256.

HSL color Cylindrical-coordinate representation of color #20C255: hue angle of 139.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C255 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 85 -
CMYK 0.84 0 0.56 0.24
HSL 139.63º 0.72% 0.44% -
HSV(B) 139.63º 0.84% 0.76% -
XYZ 21.53 39.55 15.09 -
YUV 133.14 100.83 55.86 -
System Red Green Blue C M Y K H S L
Decimal 32 194 85 0.84 0 0.56 0.24 139.63 0.72 0.44
Hex 20 C2 55 54 0 38 18 8C 48 2C
Octal 40 302 125 124 0 70 30 214 110 54
Binary 100000 11000010 1010101 1010100 0 111000 11000 10001100 1001000 101100

Color Harmonies of #20C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C255

Black with #20C255

Text Example


Text Example

White with #20C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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