Html Css Color HEX #8DEA55 Mantis

📋 copy color: '#8DEA55'

red 141 ◦ green 234 ◦ blue 85

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

Shades of Mantis #8DEA55

Tints of Mantis #8DEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.87%

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 30.65%
G = 50.87%
B = 18.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#8DEA55 (or 0x8DEA55) is known color: Mantis. HEX triplet: 8D, EA and 55. RGB value is (141,234,85). Sum of RGB (Red+Green+Blue) = 141+234+85=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA55 is #7215AA. Grayscale: #BDBDBD. Windows color (decimal): -7476651 or 5630605. OLE color: 5630605.

HSL color Cylindrical-coordinate representation of color #8DEA55: hue angle of 97.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DEA55 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 85 -
CMYK 0.40 0 0.64 0.08
HSL 97.45º 0.78% 0.63% -
HSV(B) 97.45º 0.64% 0.92% -
XYZ 42.05 65.16 18.96 -
YUV 189.21 69.19 93.62 -
System Red Green Blue C M Y K H S L
Decimal 141 234 85 0.40 0 0.64 0.08 97.45 0.78 0.63
Hex 8D EA 55 28 0 40 8 61 4E 3F
Octal 215 352 125 50 0 100 10 141 116 77
Binary 10001101 11101010 1010101 101000 0 1000000 1000 1100001 1001110 111111

Color Harmonies of #8DEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEA55

Black with #8DEA55

Text Example


Text Example

White with #8DEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,234,85); }

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

background-color css

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

 a { background-color: rgb(141,234,85); }

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

border-color css

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

 span { border-color: rgb(141,234,85); }

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