Html Css Color HEX #13BB4F Dark Pastel Green

📋 copy color: '#13BB4F'

red 19 ◦ green 187 ◦ blue 79

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

Shades of Dark Pastel Green #13BB4F

Tints of Dark Pastel Green #13BB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 6.67%
G = 65.61%
B = 27.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#13BB4F (or 0x13BB4F) is known color: Dark Pastel Green. HEX triplet: 13, BB and 4F. RGB value is (19,187,79). Sum of RGB (Red+Green+Blue) = 19+187+79=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 187 (73.44% from 255 or 65.61% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BB4F is #EC44B0. Grayscale: #7C7C7C. Windows color (decimal): -15484081 or 5225235. OLE color: 5225235.

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

Color convert

RGB 19 187 79 -
CMYK 0.90 0 0.58 0.27
HSL 141.43º 0.82% 0.4% -
HSV(B) 141.43º 0.9% 0.73% -
XYZ 19.45 36.24 13.37 -
YUV 124.46 102.34 52.78 -
System Red Green Blue C M Y K H S L
Decimal 19 187 79 0.90 0 0.58 0.27 141.43 0.82 0.4
Hex 13 BB 4F 5A 0 3A 1B 8D 52 28
Octal 23 273 117 132 0 72 33 215 122 50
Binary 10011 10111011 1001111 1011010 0 111010 11011 10001101 1010010 101000

Color Harmonies of #13BB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BB4F

Black with #13BB4F

Text Example


Text Example

White with #13BB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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