Html Css Color HEX #31BC86 Jungle Green

📋 copy color: '#31BC86'

red 49 ◦ green 188 ◦ blue 134

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

Shades of Jungle Green #31BC86

Tints of Jungle Green #31BC86

RGB

 RED value IS 49 (19.53% from 255) = 13.21%

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 13.21%
G = 50.67%
B = 36.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#31BC86 (or 0x31BC86) is known color: Jungle Green. HEX triplet: 31, BC and 86. RGB value is (49,188,134). Sum of RGB (Red+Green+Blue) = 49+188+134=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BC86 is #CE4379. Grayscale: #8C8C8C. Windows color (decimal): -13517690 or 8830001. OLE color: 8830001.

HSL color Cylindrical-coordinate representation of color #31BC86: hue angle of 156.69º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC86 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 134 -
CMYK 0.74 0 0.29 0.26
HSL 156.69º 0.59% 0.46% -
HSV(B) 156.69º 0.74% 0.74% -
XYZ 23.55 38.34 28.71 -
YUV 140.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 49 188 134 0.74 0 0.29 0.26 156.69 0.59 0.46
Hex 31 BC 86 4A 0 1D 1A 9D 3B 2E
Octal 61 274 206 112 0 35 32 235 73 56
Binary 110001 10111100 10000110 1001010 0 11101 11010 10011101 111011 101110

Color Harmonies of #31BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC86

Black with #31BC86

Text Example


Text Example

White with #31BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31BC86; }

 p { color: rgb(49,188,134); }

 H1.HeaderClassName
 {
   color: #31BC86;
 }
 .AnyTagClassName
 {
   color: #31BC86;
 }
</style>

background-color css

<style>
 a { background-color: #31BC86; }

 a { background-color: rgb(49,188,134); }

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

border-color css

<style>
 span { border-color: #31BC86; }

 span { border-color: rgb(49,188,134); }

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