Html Css Color HEX #8CDD64 Mantis

📋 copy color: '#8CDD64'

red 140 ◦ green 221 ◦ blue 100

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

Shades of Mantis #8CDD64

Tints of Mantis #8CDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 30.37%
G = 47.94%
B = 21.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#8CDD64 (or 0x8CDD64) is known color: Mantis. HEX triplet: 8C, DD and 64. RGB value is (140,221,100). Sum of RGB (Red+Green+Blue) = 140+221+100=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD64 is #73229B. Grayscale: #B7B7B7. Windows color (decimal): -7545500 or 6610316. OLE color: 6610316.

HSL color Cylindrical-coordinate representation of color #8CDD64: hue angle of 100.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CDD64 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 100 -
CMYK 0.37 0 0.55 0.13
HSL 100.17º 0.64% 0.63% -
HSV(B) 100.17º 0.55% 0.87% -
XYZ 38.97 58.21 21.24 -
YUV 182.99 81.16 97.34 -
System Red Green Blue C M Y K H S L
Decimal 140 221 100 0.37 0 0.55 0.13 100.17 0.64 0.63
Hex 8C DD 64 25 0 37 D 64 40 3F
Octal 214 335 144 45 0 67 15 144 100 77
Binary 10001100 11011101 1100100 100101 0 110111 1101 1100100 1000000 111111

Color Harmonies of #8CDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD64

Black with #8CDD64

Text Example


Text Example

White with #8CDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,100); }

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

background-color css

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

 a { background-color: rgb(140,221,100); }

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

border-color css

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

 span { border-color: rgb(140,221,100); }

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