Html Css Color HEX #8DBF5A Mantis

📋 copy color: '#8DBF5A'

red 141 ◦ green 191 ◦ blue 90

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

Shades of Mantis #8DBF5A

Tints of Mantis #8DBF5A

RGB

 RED value IS 141 (55.47% from 255) = 33.41%

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 33.41%
G = 45.26%
B = 21.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#8DBF5A (or 0x8DBF5A) is known color: Mantis. HEX triplet: 8D, BF and 5A. RGB value is (141,191,90). Sum of RGB (Red+Green+Blue) = 141+191+90=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF5A is #7240A5. Grayscale: #A4A4A4. Windows color (decimal): -7487654 or 5947277. OLE color: 5947277.

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

Color convert

RGB 141 191 90 -
CMYK 0.26 0 0.53 0.25
HSL 89.7º 0.44% 0.55% -
HSV(B) 89.7º 0.53% 0.75% -
XYZ 31.46 43.66 16.44 -
YUV 164.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 141 191 90 0.26 0 0.53 0.25 89.7 0.44 0.55
Hex 8D BF 5A 1A 0 35 19 5A 2C 37
Octal 215 277 132 32 0 65 31 132 54 67
Binary 10001101 10111111 1011010 11010 0 110101 11001 1011010 101100 110111

Color Harmonies of #8DBF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF5A

Black with #8DBF5A

Text Example


Text Example

White with #8DBF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,90); }

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

background-color css

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

 a { background-color: rgb(141,191,90); }

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

border-color css

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

 span { border-color: rgb(141,191,90); }

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