Html Css Color HEX #20C04C Dark Pastel Green

📋 copy color: '#20C04C'

red 32 ◦ green 192 ◦ blue 76

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

Shades of Dark Pastel Green #20C04C

Tints of Dark Pastel Green #20C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 10.67%
G = 64%
B = 25.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#20C04C (or 0x20C04C) is known color: Dark Pastel Green. HEX triplet: 20, C0 and 4C. RGB value is (32,192,76). Sum of RGB (Red+Green+Blue) = 32+192+76=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #20C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C04C is #DF3FB3. Grayscale: #838383. Windows color (decimal): -14630836 or 5029920. OLE color: 5029920.

HSL color Cylindrical-coordinate representation of color #20C04C: hue angle of 136.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C04C is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 76 -
CMYK 0.83 0 0.60 0.25
HSL 136.5º 0.71% 0.44% -
HSV(B) 136.5º 0.83% 0.75% -
XYZ 20.75 38.53 13.18 -
YUV 130.94 96.99 57.43 -
System Red Green Blue C M Y K H S L
Decimal 32 192 76 0.83 0 0.60 0.25 136.5 0.71 0.44
Hex 20 C0 4C 53 0 3C 19 88 47 2C
Octal 40 300 114 123 0 74 31 210 107 54
Binary 100000 11000000 1001100 1010011 0 111100 11001 10001000 1000111 101100

Color Harmonies of #20C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C04C

Black with #20C04C

Text Example


Text Example

White with #20C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,192,76); }

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

background-color css

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

 a { background-color: rgb(32,192,76); }

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

border-color css

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

 span { border-color: rgb(32,192,76); }

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