Html Css Color HEX #06C520 Dark Pastel Green

📋 copy color: '#06C520'

red 6 ◦ green 197 ◦ blue 32

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

Shades of Dark Pastel Green #06C520

Tints of Dark Pastel Green #06C520

RGB

 RED value IS 6 (2.73% from 255) = 2.55%

 GREEN value IS 197 (77.34% from 255) = 83.83%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 2.55%
G = 83.83%
B = 13.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#06C520 (or 0x06C520) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 20. RGB value is (6,197,32). Sum of RGB (Red+Green+Blue) = 6+197+32=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #06C520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C520 is #F93ADF. Grayscale: #797979. Windows color (decimal): -16333536 or 2147590. OLE color: 2147590.

HSL color Cylindrical-coordinate representation of color #06C520: hue angle of 128.17º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C520 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 197 32 -
CMYK 0.97 0 0.84 0.23
HSL 128.17º 0.94% 0.4% -
HSV(B) 128.17º 0.97% 0.77% -
XYZ 20.3 40.08 8.03 -
YUV 121.08 77.72 45.92 -
System Red Green Blue C M Y K H S L
Decimal 6 197 32 0.97 0 0.84 0.23 128.17 0.94 0.4
Hex 6 C5 20 61 0 54 17 80 5E 28
Octal 6 305 40 141 0 124 27 200 136 50
Binary 110 11000101 100000 1100001 0 1010100 10111 10000000 1011110 101000

Color Harmonies of #06C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C520

Black with #06C520

Text Example


Text Example

White with #06C520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C520; }

 p { color: rgb(6,197,32); }

 H1.HeaderClassName
 {
   color: #06C520;
 }
 .AnyTagClassName
 {
   color: #06C520;
 }
</style>

background-color css

<style>
 a { background-color: #06C520; }

 a { background-color: rgb(6,197,32); }

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

border-color css

<style>
 span { border-color: #06C520; }

 span { border-color: rgb(6,197,32); }

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