Html Css Color HEX #8CD65A Mantis

📋 copy color: '#8CD65A'

red 140 ◦ green 214 ◦ blue 90

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

Shades of Mantis #8CD65A

Tints of Mantis #8CD65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

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

R = 31.53%
G = 48.2%
B = 20.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#8CD65A (or 0x8CD65A) is known color: Mantis. HEX triplet: 8C, D6 and 5A. RGB value is (140,214,90). Sum of RGB (Red+Green+Blue) = 140+214+90=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD65A is #7329A5. Grayscale: #B2B2B2. Windows color (decimal): -7547302 or 5953164. OLE color: 5953164.

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

Color convert

RGB 140 214 90 -
CMYK 0.35 0 0.58 0.16
HSL 95.81º 0.6% 0.6% -
HSV(B) 95.81º 0.58% 0.84% -
XYZ 36.71 54.41 18.24 -
YUV 177.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 140 214 90 0.35 0 0.58 0.16 95.81 0.6 0.6
Hex 8C D6 5A 23 0 3A 10 60 3C 3C
Octal 214 326 132 43 0 72 20 140 74 74
Binary 10001100 11010110 1011010 100011 0 111010 10000 1100000 111100 111100

Color Harmonies of #8CD65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD65A

Black with #8CD65A

Text Example


Text Example

White with #8CD65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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