Html Css Color HEX #8CDA56 Mantis

📋 copy color: '#8CDA56'

red 140 ◦ green 218 ◦ blue 86

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

Shades of Mantis #8CDA56

Tints of Mantis #8CDA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 86 (33.98% from 255) = 19.37%

R = 31.53%
G = 49.1%
B = 19.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#8CDA56 (or 0x8CDA56) is known color: Mantis. HEX triplet: 8C, DA and 56. RGB value is (140,218,86). Sum of RGB (Red+Green+Blue) = 140+218+86=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA56 is #7325A9. Grayscale: #B4B4B4. Windows color (decimal): -7546282 or 5692044. OLE color: 5692044.

HSL color Cylindrical-coordinate representation of color #8CDA56: hue angle of 95.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CDA56 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 86 -
CMYK 0.36 0 0.61 0.15
HSL 95.45º 0.64% 0.6% -
HSV(B) 95.45º 0.61% 0.85% -
XYZ 37.57 56.39 17.71 -
YUV 179.63 75.16 99.73 -
System Red Green Blue C M Y K H S L
Decimal 140 218 86 0.36 0 0.61 0.15 95.45 0.64 0.6
Hex 8C DA 56 24 0 3D F 5F 40 3C
Octal 214 332 126 44 0 75 17 137 100 74
Binary 10001100 11011010 1010110 100100 0 111101 1111 1011111 1000000 111100

Color Harmonies of #8CDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA56

Black with #8CDA56

Text Example


Text Example

White with #8CDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,86); }

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

background-color css

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

 a { background-color: rgb(140,218,86); }

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

border-color css

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

 span { border-color: rgb(140,218,86); }

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