Html Css Color HEX #20C04B Dark Pastel Green

📋 copy color: '#20C04B'

red 32 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #20C04B

Tints of Dark Pastel Green #20C04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 10.7%
G = 64.21%
B = 25.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#20C04B (or 0x20C04B) is known color: Dark Pastel Green. HEX triplet: 20, C0 and 4B. RGB value is (32,192,75). Sum of RGB (Red+Green+Blue) = 32+192+75=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #20C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C04B is #DF3FB4. Grayscale: #838383. Windows color (decimal): -14630837 or 4964384. OLE color: 4964384.

HSL color Cylindrical-coordinate representation of color #20C04B: hue angle of 136.12º 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 #20C04B is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 75 -
CMYK 0.83 0 0.61 0.25
HSL 136.13º 0.71% 0.44% -
HSV(B) 136.13º 0.83% 0.75% -
XYZ 20.72 38.51 13 -
YUV 130.82 96.49 57.51 -
System Red Green Blue C M Y K H S L
Decimal 32 192 75 0.83 0 0.61 0.25 136.13 0.71 0.44
Hex 20 C0 4B 53 0 3D 19 88 47 2C
Octal 40 300 113 123 0 75 31 210 107 54
Binary 100000 11000000 1001011 1010011 0 111101 11001 10001000 1000111 101100

Color Harmonies of #20C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C04B

Black with #20C04B

Text Example


Text Example

White with #20C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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