Html Css Color HEX #8CDC57 Mantis

📋 copy color: '#8CDC57'

red 140 ◦ green 220 ◦ blue 87

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

Shades of Mantis #8CDC57

Tints of Mantis #8CDC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 87 (34.38% from 255) = 19.46%

R = 31.32%
G = 49.22%
B = 19.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#8CDC57 (or 0x8CDC57) is known color: Mantis. HEX triplet: 8C, DC and 57. RGB value is (140,220,87). Sum of RGB (Red+Green+Blue) = 140+220+87=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC57 is #7323A8. Grayscale: #B5B5B5. Windows color (decimal): -7545769 or 5758092. OLE color: 5758092.

HSL color Cylindrical-coordinate representation of color #8CDC57: hue angle of 96.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CDC57 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 87 -
CMYK 0.36 0 0.60 0.14
HSL 96.09º 0.66% 0.6% -
HSV(B) 96.09º 0.6% 0.86% -
XYZ 38.13 57.45 18.1 -
YUV 180.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 140 220 87 0.36 0 0.60 0.14 96.09 0.66 0.6
Hex 8C DC 57 24 0 3C E 60 42 3C
Octal 214 334 127 44 0 74 16 140 102 74
Binary 10001100 11011100 1010111 100100 0 111100 1110 1100000 1000010 111100

Color Harmonies of #8CDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC57

Black with #8CDC57

Text Example


Text Example

White with #8CDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,87); }

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

background-color css

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

 a { background-color: rgb(140,220,87); }

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

border-color css

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

 span { border-color: rgb(140,220,87); }

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