Html Css Color HEX #06C13D Dark Pastel Green

📋 copy color: '#06C13D'

red 6 ◦ green 193 ◦ blue 61

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

Shades of Dark Pastel Green #06C13D

Tints of Dark Pastel Green #06C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 74.23%

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 2.31%
G = 74.23%
B = 23.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#06C13D (or 0x06C13D) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 3D. RGB value is (6,193,61). Sum of RGB (Red+Green+Blue) = 6+193+61=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 193 (75.78% from 255 or 74.23% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 193 - color contains mainly: green. Hex color #06C13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C13D is #F93EC2. Grayscale: #7A7A7A. Windows color (decimal): -16334531 or 4047110. OLE color: 4047110.

HSL color Cylindrical-coordinate representation of color #06C13D: hue angle of 137.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C13D is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 193 61 -
CMYK 0.97 0 0.68 0.24
HSL 137.65º 0.94% 0.39% -
HSV(B) 137.65º 0.97% 0.76% -
XYZ 19.99 38.52 10.8 -
YUV 122.04 93.55 45.23 -
System Red Green Blue C M Y K H S L
Decimal 6 193 61 0.97 0 0.68 0.24 137.65 0.94 0.39
Hex 6 C1 3D 61 0 44 18 8A 5E 27
Octal 6 301 75 141 0 104 30 212 136 47
Binary 110 11000001 111101 1100001 0 1000100 11000 10001010 1011110 100111

Color Harmonies of #06C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C13D

Black with #06C13D

Text Example


Text Example

White with #06C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,193,61); }

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

background-color css

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

 a { background-color: rgb(6,193,61); }

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

border-color css

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

 span { border-color: rgb(6,193,61); }

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