Html Css Color HEX #8DC65F Mantis

📋 copy color: '#8DC65F'

red 141 ◦ green 198 ◦ blue 95

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

Shades of Mantis #8DC65F

Tints of Mantis #8DC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

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

R = 32.49%
G = 45.62%
B = 21.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#8DC65F (or 0x8DC65F) is known color: Mantis. HEX triplet: 8D, C6 and 5F. RGB value is (141,198,95). Sum of RGB (Red+Green+Blue) = 141+198+95=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC65F is #7239A0. Grayscale: #A9A9A9. Windows color (decimal): -7485857 or 6276749. OLE color: 6276749.

HSL color Cylindrical-coordinate representation of color #8DC65F: hue angle of 93.2º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DC65F is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 198 95 -
CMYK 0.29 0 0.52 0.22
HSL 93.2º 0.47% 0.57% -
HSV(B) 93.2º 0.52% 0.78% -
XYZ 33.24 46.88 18.12 -
YUV 169.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 141 198 95 0.29 0 0.52 0.22 93.2 0.47 0.57
Hex 8D C6 5F 1D 0 34 16 5D 2F 39
Octal 215 306 137 35 0 64 26 135 57 71
Binary 10001101 11000110 1011111 11101 0 110100 10110 1011101 101111 111001

Color Harmonies of #8DC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC65F

Black with #8DC65F

Text Example


Text Example

White with #8DC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,198,95); }

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

background-color css

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

 a { background-color: rgb(141,198,95); }

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

border-color css

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

 span { border-color: rgb(141,198,95); }

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