Html Css Color HEX #13BB53 Dark Pastel Green

📋 copy color: '#13BB53'

red 19 ◦ green 187 ◦ blue 83

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

Shades of Dark Pastel Green #13BB53

Tints of Dark Pastel Green #13BB53

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.71%

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 6.57%
G = 64.71%
B = 28.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#13BB53 (or 0x13BB53) is known color: Dark Pastel Green. HEX triplet: 13, BB and 53. RGB value is (19,187,83). Sum of RGB (Red+Green+Blue) = 19+187+83=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BB53 is #EC44AC. Grayscale: #7D7D7D. Windows color (decimal): -15484077 or 5487379. OLE color: 5487379.

HSL color Cylindrical-coordinate representation of color #13BB53: hue angle of 142.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB53 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 187 83 -
CMYK 0.90 0 0.56 0.27
HSL 142.86º 0.82% 0.4% -
HSV(B) 142.86º 0.9% 0.73% -
XYZ 19.6 36.3 14.16 -
YUV 124.91 104.34 52.46 -
System Red Green Blue C M Y K H S L
Decimal 19 187 83 0.90 0 0.56 0.27 142.86 0.82 0.4
Hex 13 BB 53 5A 0 38 1B 8F 52 28
Octal 23 273 123 132 0 70 33 217 122 50
Binary 10011 10111011 1010011 1011010 0 111000 11011 10001111 1010010 101000

Color Harmonies of #13BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BB53

Black with #13BB53

Text Example


Text Example

White with #13BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,187,83); }

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

background-color css

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

 a { background-color: rgb(19,187,83); }

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

border-color css

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

 span { border-color: rgb(19,187,83); }

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