Html Css Color HEX #13BD4E Dark Pastel Green

📋 copy color: '#13BD4E'

red 19 ◦ green 189 ◦ blue 78

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

Shades of Dark Pastel Green #13BD4E

Tints of Dark Pastel Green #13BD4E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.08%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 6.64%
G = 66.08%
B = 27.27%

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

#13BD4E (or 0x13BD4E) is known color: Dark Pastel Green. HEX triplet: 13, BD and 4E. RGB value is (19,189,78). Sum of RGB (Red+Green+Blue) = 19+189+78=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD4E is #EC42B1. Grayscale: #7D7D7D. Windows color (decimal): -15483570 or 5160211. OLE color: 5160211.

HSL color Cylindrical-coordinate representation of color #13BD4E: hue angle of 140.82º 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 #13BD4E is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 189 78 -
CMYK 0.90 0 0.59 0.26
HSL 140.82º 0.82% 0.41% -
HSV(B) 140.82º 0.9% 0.74% -
XYZ 19.84 37.08 13.32 -
YUV 125.52 101.18 52.03 -
System Red Green Blue C M Y K H S L
Decimal 19 189 78 0.90 0 0.59 0.26 140.82 0.82 0.41
Hex 13 BD 4E 5A 0 3B 1A 8D 52 29
Octal 23 275 116 132 0 73 32 215 122 51
Binary 10011 10111101 1001110 1011010 0 111011 11010 10001101 1010010 101001

Color Harmonies of #13BD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD4E

Black with #13BD4E

Text Example


Text Example

White with #13BD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,78); }

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

background-color css

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

 a { background-color: rgb(19,189,78); }

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

border-color css

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

 span { border-color: rgb(19,189,78); }

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