Html Css Color HEX #8BCD5F Mantis

📋 copy color: '#8BCD5F'

red 139 ◦ green 205 ◦ blue 95

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

Shades of Mantis #8BCD5F

Tints of Mantis #8BCD5F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 95 (37.5% from 255) = 21.64%

R = 31.66%
G = 46.7%
B = 21.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#8BCD5F (or 0x8BCD5F) is known color: Mantis. HEX triplet: 8B, CD and 5F. RGB value is (139,205,95). Sum of RGB (Red+Green+Blue) = 139+205+95=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD5F is #7432A0. Grayscale: #ADADAD. Windows color (decimal): -7615137 or 6278539. OLE color: 6278539.

HSL color Cylindrical-coordinate representation of color #8BCD5F: hue angle of 96º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BCD5F is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 95 -
CMYK 0.32 0 0.54 0.20
HSL 96º 0.52% 0.59% -
HSV(B) 96º 0.54% 0.8% -
XYZ 34.54 49.98 18.65 -
YUV 172.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 139 205 95 0.32 0 0.54 0.20 96 0.52 0.59
Hex 8B CD 5F 20 0 36 14 60 34 3B
Octal 213 315 137 40 0 66 24 140 64 73
Binary 10001011 11001101 1011111 100000 0 110110 10100 1100000 110100 111011

Color Harmonies of #8BCD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD5F

Black with #8BCD5F

Text Example


Text Example

White with #8BCD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,205,95); }

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

background-color css

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

 a { background-color: rgb(139,205,95); }

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

border-color css

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

 span { border-color: rgb(139,205,95); }

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