Html Css Color HEX #13BC50 Dark Pastel Green

📋 copy color: '#13BC50'

red 19 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #13BC50

Tints of Dark Pastel Green #13BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 6.62%
G = 65.51%
B = 27.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#13BC50 (or 0x13BC50) is known color: Dark Pastel Green. HEX triplet: 13, BC and 50. RGB value is (19,188,80). Sum of RGB (Red+Green+Blue) = 19+188+80=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC50 is #EC43AF. Grayscale: #7D7D7D. Windows color (decimal): -15483824 or 5291027. OLE color: 5291027.

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

Color convert

RGB 19 188 80 -
CMYK 0.90 0 0.57 0.26
HSL 141.66º 0.82% 0.41% -
HSV(B) 141.66º 0.9% 0.74% -
XYZ 19.7 36.68 13.63 -
YUV 125.16 102.51 52.28 -
System Red Green Blue C M Y K H S L
Decimal 19 188 80 0.90 0 0.57 0.26 141.66 0.82 0.41
Hex 13 BC 50 5A 0 39 1A 8E 52 29
Octal 23 274 120 132 0 71 32 216 122 51
Binary 10011 10111100 1010000 1011010 0 111001 11010 10001110 1010010 101001

Color Harmonies of #13BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC50

Black with #13BC50

Text Example


Text Example

White with #13BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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