Html Css Color HEX #8CD768 Mantis

📋 copy color: '#8CD768'

red 140 ◦ green 215 ◦ blue 104

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

Shades of Mantis #8CD768

Tints of Mantis #8CD768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 30.5%
G = 46.84%
B = 22.66%

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

#8CD768 (or 0x8CD768) is known color: Mantis. HEX triplet: 8C, D7 and 68. RGB value is (140,215,104). Sum of RGB (Red+Green+Blue) = 140+215+104=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD768 is #732897. Grayscale: #B4B4B4. Windows color (decimal): -7547032 or 6870924. OLE color: 6870924.

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

Color convert

RGB 140 215 104 -
CMYK 0.35 0 0.52 0.16
HSL 100.54º 0.58% 0.63% -
HSV(B) 100.54º 0.52% 0.84% -
XYZ 37.61 55.18 21.76 -
YUV 179.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 140 215 104 0.35 0 0.52 0.16 100.54 0.58 0.63
Hex 8C D7 68 23 0 34 10 65 3A 3F
Octal 214 327 150 43 0 64 20 145 72 77
Binary 10001100 11010111 1101000 100011 0 110100 10000 1100101 111010 111111

Color Harmonies of #8CD768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD768

Black with #8CD768

Text Example


Text Example

White with #8CD768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,215,104); }

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

background-color css

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

 a { background-color: rgb(140,215,104); }

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

border-color css

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

 span { border-color: rgb(140,215,104); }

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