Html Css Color HEX #06C52E Dark Pastel Green

📋 copy color: '#06C52E'

red 6 ◦ green 197 ◦ blue 46

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

Shades of Dark Pastel Green #06C52E

Tints of Dark Pastel Green #06C52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 2.41%
G = 79.12%
B = 18.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#06C52E (or 0x06C52E) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 2E. RGB value is (6,197,46). Sum of RGB (Red+Green+Blue) = 6+197+46=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #06C52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C52E is #F93AD1. Grayscale: #7B7B7B. Windows color (decimal): -16333522 or 3065094. OLE color: 3065094.

HSL color Cylindrical-coordinate representation of color #06C52E: hue angle of 132.57º 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 #06C52E is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 197 46 -
CMYK 0.97 0 0.77 0.23
HSL 132.57º 0.94% 0.4% -
HSV(B) 132.57º 0.97% 0.77% -
XYZ 20.53 40.17 9.26 -
YUV 122.68 84.72 44.78 -
System Red Green Blue C M Y K H S L
Decimal 6 197 46 0.97 0 0.77 0.23 132.57 0.94 0.4
Hex 6 C5 2E 61 0 4D 17 85 5E 28
Octal 6 305 56 141 0 115 27 205 136 50
Binary 110 11000101 101110 1100001 0 1001101 10111 10000101 1011110 101000

Color Harmonies of #06C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C52E

Black with #06C52E

Text Example


Text Example

White with #06C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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