Html Css Color HEX #13BC4D Dark Pastel Green

📋 copy color: '#13BC4D'

red 19 ◦ green 188 ◦ blue 77

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

Shades of Dark Pastel Green #13BC4D

Tints of Dark Pastel Green #13BC4D

RGB

 RED value IS 19 (7.81% from 255) = 6.69%

 GREEN value IS 188 (73.83% from 255) = 66.2%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 6.69%
G = 66.2%
B = 27.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#13BC4D (or 0x13BC4D) is known color: Dark Pastel Green. HEX triplet: 13, BC and 4D. RGB value is (19,188,77). Sum of RGB (Red+Green+Blue) = 19+188+77=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC4D is #EC43B2. Grayscale: #7D7D7D. Windows color (decimal): -15483827 or 5094419. OLE color: 5094419.

HSL color Cylindrical-coordinate representation of color #13BC4D: hue angle of 140.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC4D is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 77 -
CMYK 0.90 0 0.59 0.26
HSL 140.59º 0.82% 0.41% -
HSV(B) 140.59º 0.9% 0.74% -
XYZ 19.59 36.64 13.06 -
YUV 124.82 101.01 52.53 -
System Red Green Blue C M Y K H S L
Decimal 19 188 77 0.90 0 0.59 0.26 140.59 0.82 0.41
Hex 13 BC 4D 5A 0 3B 1A 8D 52 29
Octal 23 274 115 132 0 73 32 215 122 51
Binary 10011 10111100 1001101 1011010 0 111011 11010 10001101 1010010 101001

Color Harmonies of #13BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC4D

Black with #13BC4D

Text Example


Text Example

White with #13BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BC4D; }

 p { color: rgb(19,188,77); }

 H1.HeaderClassName
 {
   color: #13BC4D;
 }
 .AnyTagClassName
 {
   color: #13BC4D;
 }
</style>

background-color css

<style>
 a { background-color: #13BC4D; }

 a { background-color: rgb(19,188,77); }

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

border-color css

<style>
 span { border-color: #13BC4D; }

 span { border-color: rgb(19,188,77); }

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