#13BD54

Color #13BD54 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13BD54

Tints of Dark Pastel Green #13BD54

Color information

#13BD54 (or 0x13BD54) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BD and 54. RGB value is (19,189,84). Sum of RGB (Red+Green+Blue) = 19+189+84=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD54 is #EC42AB. Grayscale: #7E7E7E. Windows color (decimal): -15483564 or 5553427. OLE color: 5553427.

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

Color convert

RGB1918984-
CMYK0.9000.560.26
HSL142.94º81.73%40.78%-
HSV(B)142.94º89.95%74.12%-
XYZ20.0737.1714.51-
YUV126.2104.1851.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 189 (74.22% from 255) = 64.73%
BLUE value IS 84 (33.20% from 255) = 28.77%
R=6.51%
G=64.73%
B=28.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19189840.9000.560.26142.9481.7340.78
Hex13BD545A0381A8f5229
Octal232751241320703221712251
Binary100111011110110101001011010011100011010100011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13BD54;
 }
 .AnyTagClassName
 {
   color: #13BD54;
 }
</style>
background-color css

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

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

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

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

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

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