Html Css Color HEX #8DC75D Mantis

📋 copy color: '#8DC75D'

red 141 ◦ green 199 ◦ blue 93

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

Shades of Mantis #8DC75D

Tints of Mantis #8DC75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 32.56%
G = 45.96%
B = 21.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#8DC75D (or 0x8DC75D) is known color: Mantis. HEX triplet: 8D, C7 and 5D. RGB value is (141,199,93). Sum of RGB (Red+Green+Blue) = 141+199+93=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC75D is #7238A2. Grayscale: #A9A9A9. Windows color (decimal): -7485603 or 6145933. OLE color: 6145933.

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

Color convert

RGB 141 199 93 -
CMYK 0.29 0 0.53 0.22
HSL 92.83º 0.49% 0.57% -
HSV(B) 92.83º 0.53% 0.78% -
XYZ 33.38 47.3 17.73 -
YUV 169.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 141 199 93 0.29 0 0.53 0.22 92.83 0.49 0.57
Hex 8D C7 5D 1D 0 35 16 5D 31 39
Octal 215 307 135 35 0 65 26 135 61 71
Binary 10001101 11000111 1011101 11101 0 110101 10110 1011101 110001 111001

Color Harmonies of #8DC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC75D

Black with #8DC75D

Text Example


Text Example

White with #8DC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,199,93); }

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

background-color css

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

 a { background-color: rgb(141,199,93); }

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

border-color css

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

 span { border-color: rgb(141,199,93); }

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