Html Css Color HEX #8CD14D Mantis

📋 copy color: '#8CD14D'

red 140 ◦ green 209 ◦ blue 77

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

Shades of Mantis #8CD14D

Tints of Mantis #8CD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.06%

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 32.86%
G = 49.06%
B = 18.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#8CD14D (or 0x8CD14D) is known color: Mantis. HEX triplet: 8C, D1 and 4D. RGB value is (140,209,77). Sum of RGB (Red+Green+Blue) = 140+209+77=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD14D is #732EB2. Grayscale: #ADADAD. Windows color (decimal): -7548595 or 5099916. OLE color: 5099916.

HSL color Cylindrical-coordinate representation of color #8CD14D: hue angle of 91.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CD14D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 209 77 -
CMYK 0.33 0 0.63 0.18
HSL 91.36º 0.59% 0.56% -
HSV(B) 91.36º 0.63% 0.82% -
XYZ 34.96 51.71 15.16 -
YUV 173.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 140 209 77 0.33 0 0.63 0.18 91.36 0.59 0.56
Hex 8C D1 4D 21 0 3F 12 5B 3B 38
Octal 214 321 115 41 0 77 22 133 73 70
Binary 10001100 11010001 1001101 100001 0 111111 10010 1011011 111011 111000

Color Harmonies of #8CD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD14D

Black with #8CD14D

Text Example


Text Example

White with #8CD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,209,77); }

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

background-color css

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

 a { background-color: rgb(140,209,77); }

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

border-color css

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

 span { border-color: rgb(140,209,77); }

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