Html Css Color HEX #8CDC60 Mantis

📋 copy color: '#8CDC60'

red 140 ◦ green 220 ◦ blue 96

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

Shades of Mantis #8CDC60

Tints of Mantis #8CDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 30.7%
G = 48.25%
B = 21.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#8CDC60 (or 0x8CDC60) is known color: Mantis. HEX triplet: 8C, DC and 60. RGB value is (140,220,96). Sum of RGB (Red+Green+Blue) = 140+220+96=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC60 is #73239F. Grayscale: #B6B6B6. Windows color (decimal): -7545760 or 6347916. OLE color: 6347916.

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

Color convert

RGB 140 220 96 -
CMYK 0.36 0 0.56 0.14
HSL 98.71º 0.64% 0.62% -
HSV(B) 98.71º 0.56% 0.86% -
XYZ 38.52 57.61 20.16 -
YUV 181.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 140 220 96 0.36 0 0.56 0.14 98.71 0.64 0.62
Hex 8C DC 60 24 0 38 E 63 40 3E
Octal 214 334 140 44 0 70 16 143 100 76
Binary 10001100 11011100 1100000 100100 0 111000 1110 1100011 1000000 111110

Color Harmonies of #8CDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC60

Black with #8CDC60

Text Example


Text Example

White with #8CDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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