Html Css Color HEX #8CD666 Mantis

📋 copy color: '#8CD666'

red 140 ◦ green 214 ◦ blue 102

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

Shades of Mantis #8CD666

Tints of Mantis #8CD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 30.7%
G = 46.93%
B = 22.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#8CD666 (or 0x8CD666) is known color: Mantis. HEX triplet: 8C, D6 and 66. RGB value is (140,214,102). Sum of RGB (Red+Green+Blue) = 140+214+102=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD666 is #732999. Grayscale: #B3B3B3. Windows color (decimal): -7547290 or 6739596. OLE color: 6739596.

HSL color Cylindrical-coordinate representation of color #8CD666: hue angle of 99.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CD666 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 214 102 -
CMYK 0.35 0 0.52 0.16
HSL 99.64º 0.58% 0.62% -
HSV(B) 99.64º 0.52% 0.84% -
XYZ 37.26 54.63 21.15 -
YUV 179.11 84.48 100.11 -
System Red Green Blue C M Y K H S L
Decimal 140 214 102 0.35 0 0.52 0.16 99.64 0.58 0.62
Hex 8C D6 66 23 0 34 10 64 3A 3E
Octal 214 326 146 43 0 64 20 144 72 76
Binary 10001100 11010110 1100110 100011 0 110100 10000 1100100 111010 111110

Color Harmonies of #8CD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD666

Black with #8CD666

Text Example


Text Example

White with #8CD666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,214,102); }

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

background-color css

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

 a { background-color: rgb(140,214,102); }

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

border-color css

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

 span { border-color: rgb(140,214,102); }

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