Html Css Color HEX #8CD55A Mantis

📋 copy color: '#8CD55A'

red 140 ◦ green 213 ◦ blue 90

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

Shades of Mantis #8CD55A

Tints of Mantis #8CD55A

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 213 (83.59% from 255) = 48.08%

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

R = 31.6%
G = 48.08%
B = 20.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#8CD55A (or 0x8CD55A) is known color: Mantis. HEX triplet: 8C, D5 and 5A. RGB value is (140,213,90). Sum of RGB (Red+Green+Blue) = 140+213+90=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD55A is #732AA5. Grayscale: #B1B1B1. Windows color (decimal): -7547558 or 5952908. OLE color: 5952908.

HSL color Cylindrical-coordinate representation of color #8CD55A: hue angle of 95.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CD55A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 90 -
CMYK 0.34 0 0.58 0.16
HSL 95.61º 0.59% 0.59% -
HSV(B) 95.61º 0.58% 0.84% -
XYZ 36.45 53.9 18.16 -
YUV 177.15 78.82 101.5 -
System Red Green Blue C M Y K H S L
Decimal 140 213 90 0.34 0 0.58 0.16 95.61 0.59 0.59
Hex 8C D5 5A 22 0 3A 10 60 3B 3B
Octal 214 325 132 42 0 72 20 140 73 73
Binary 10001100 11010101 1011010 100010 0 111010 10000 1100000 111011 111011

Color Harmonies of #8CD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD55A

Black with #8CD55A

Text Example


Text Example

White with #8CD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,90); }

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

background-color css

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

 a { background-color: rgb(140,213,90); }

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

border-color css

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

 span { border-color: rgb(140,213,90); }

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