Html Css Color HEX #06C52F Dark Pastel Green

📋 copy color: '#06C52F'

red 6 ◦ green 197 ◦ blue 47

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

Shades of Dark Pastel Green #06C52F

Tints of Dark Pastel Green #06C52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 2.4%
G = 78.8%
B = 18.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#06C52F (or 0x06C52F) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 2F. RGB value is (6,197,47). Sum of RGB (Red+Green+Blue) = 6+197+47=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 197 (77.34% from 255 or 78.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 197 - color contains mainly: green. Hex color #06C52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C52F is #F93AD0. Grayscale: #7B7B7B. Windows color (decimal): -16333521 or 3130630. OLE color: 3130630.

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

Color convert

RGB 6 197 47 -
CMYK 0.97 0 0.76 0.23
HSL 132.88º 0.94% 0.4% -
HSV(B) 132.88º 0.97% 0.77% -
XYZ 20.55 40.18 9.36 -
YUV 122.79 85.22 44.7 -
System Red Green Blue C M Y K H S L
Decimal 6 197 47 0.97 0 0.76 0.23 132.88 0.94 0.4
Hex 6 C5 2F 61 0 4C 17 85 5E 28
Octal 6 305 57 141 0 114 27 205 136 50
Binary 110 11000101 101111 1100001 0 1001100 10111 10000101 1011110 101000

Color Harmonies of #06C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C52F

Black with #06C52F

Text Example


Text Example

White with #06C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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