Html Css Color HEX #8CBF50 Mantis

📋 copy color: '#8CBF50'

red 140 ◦ green 191 ◦ blue 80

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

Shades of Mantis #8CBF50

Tints of Mantis #8CBF50

RGB

 RED value IS 140 (55.08% from 255) = 34.06%

 GREEN value IS 191 (75% from 255) = 46.47%

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

R = 34.06%
G = 46.47%
B = 19.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#8CBF50 (or 0x8CBF50) is known color: Mantis. HEX triplet: 8C, BF and 50. RGB value is (140,191,80). Sum of RGB (Red+Green+Blue) = 140+191+80=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF50 is #7340AF. Grayscale: #A3A3A3. Windows color (decimal): -7553200 or 5291916. OLE color: 5291916.

HSL color Cylindrical-coordinate representation of color #8CBF50: hue angle of 87.57º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CBF50 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 80 -
CMYK 0.27 0 0.58 0.25
HSL 87.57º 0.46% 0.53% -
HSV(B) 87.57º 0.58% 0.75% -
XYZ 30.89 43.42 14.34 -
YUV 163.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 140 191 80 0.27 0 0.58 0.25 87.57 0.46 0.53
Hex 8C BF 50 1B 0 3A 19 58 2E 35
Octal 214 277 120 33 0 72 31 130 56 65
Binary 10001100 10111111 1010000 11011 0 111010 11001 1011000 101110 110101

Color Harmonies of #8CBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF50

Black with #8CBF50

Text Example


Text Example

White with #8CBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBF50; }

 p { color: rgb(140,191,80); }

 H1.HeaderClassName
 {
   color: #8CBF50;
 }
 .AnyTagClassName
 {
   color: #8CBF50;
 }
</style>

background-color css

<style>
 a { background-color: #8CBF50; }

 a { background-color: rgb(140,191,80); }

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

border-color css

<style>
 span { border-color: #8CBF50; }

 span { border-color: rgb(140,191,80); }

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