Html Css Color HEX #8BC14B Mantis

📋 copy color: '#8BC14B'

red 139 ◦ green 193 ◦ blue 75

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

Shades of Mantis #8BC14B

Tints of Mantis #8BC14B

RGB

 RED value IS 139 (54.69% from 255) = 34.15%

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 34.15%
G = 47.42%
B = 18.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#8BC14B (or 0x8BC14B) is known color: Mantis. HEX triplet: 8B, C1 and 4B. RGB value is (139,193,75). Sum of RGB (Red+Green+Blue) = 139+193+75=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC14B is #743EB4. Grayscale: #A3A3A3. Windows color (decimal): -7618229 or 4964747. OLE color: 4964747.

HSL color Cylindrical-coordinate representation of color #8BC14B: hue angle of 87.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BC14B is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 193 75 -
CMYK 0.28 0 0.61 0.24
HSL 87.46º 0.49% 0.53% -
HSV(B) 87.46º 0.61% 0.76% -
XYZ 30.99 44.14 13.54 -
YUV 163.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 139 193 75 0.28 0 0.61 0.24 87.46 0.49 0.53
Hex 8B C1 4B 1C 0 3D 18 57 31 35
Octal 213 301 113 34 0 75 30 127 61 65
Binary 10001011 11000001 1001011 11100 0 111101 11000 1010111 110001 110101

Color Harmonies of #8BC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC14B

Black with #8BC14B

Text Example


Text Example

White with #8BC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,193,75); }

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

background-color css

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

 a { background-color: rgb(139,193,75); }

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

border-color css

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

 span { border-color: rgb(139,193,75); }

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