Html Css Color HEX #8BD14C Mantis

📋 copy color: '#8BD14C'

red 139 ◦ green 209 ◦ blue 76

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

Shades of Mantis #8BD14C

Tints of Mantis #8BD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 32.78%
G = 49.29%
B = 17.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#8BD14C (or 0x8BD14C) is known color: Mantis. HEX triplet: 8B, D1 and 4C. RGB value is (139,209,76). Sum of RGB (Red+Green+Blue) = 139+209+76=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD14C is #742EB3. Grayscale: #ADADAD. Windows color (decimal): -7614132 or 5034379. OLE color: 5034379.

HSL color Cylindrical-coordinate representation of color #8BD14C: hue angle of 91.58º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BD14C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 209 76 -
CMYK 0.33 0 0.64 0.18
HSL 91.58º 0.59% 0.56% -
HSV(B) 91.58º 0.64% 0.82% -
XYZ 34.75 51.61 14.97 -
YUV 172.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 139 209 76 0.33 0 0.64 0.18 91.58 0.59 0.56
Hex 8B D1 4C 21 0 40 12 5C 3B 38
Octal 213 321 114 41 0 100 22 134 73 70
Binary 10001011 11010001 1001100 100001 0 1000000 10010 1011100 111011 111000

Color Harmonies of #8BD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD14C

Black with #8BD14C

Text Example


Text Example

White with #8BD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,209,76); }

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

background-color css

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

 a { background-color: rgb(139,209,76); }

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

border-color css

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

 span { border-color: rgb(139,209,76); }

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