Html Css Color HEX #8CDC68 Mantis

📋 copy color: '#8CDC68'

red 140 ◦ green 220 ◦ blue 104

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

Shades of Mantis #8CDC68

Tints of Mantis #8CDC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

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

R = 30.17%
G = 47.41%
B = 22.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#8CDC68 (or 0x8CDC68) is known color: Mantis. HEX triplet: 8C, DC and 68. RGB value is (140,220,104). Sum of RGB (Red+Green+Blue) = 140+220+104=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC68 is #732397. Grayscale: #B7B7B7. Windows color (decimal): -7545752 or 6872204. OLE color: 6872204.

HSL color Cylindrical-coordinate representation of color #8CDC68: hue angle of 101.38º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CDC68 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 104 -
CMYK 0.36 0 0.53 0.14
HSL 101.38º 0.62% 0.64% -
HSV(B) 101.38º 0.53% 0.86% -
XYZ 38.91 57.76 22.2 -
YUV 182.86 83.5 97.43 -
System Red Green Blue C M Y K H S L
Decimal 140 220 104 0.36 0 0.53 0.14 101.38 0.62 0.64
Hex 8C DC 68 24 0 35 E 65 3E 40
Octal 214 334 150 44 0 65 16 145 76 100
Binary 10001100 11011100 1101000 100100 0 110101 1110 1100101 111110 1000000

Color Harmonies of #8CDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC68

Black with #8CDC68

Text Example


Text Example

White with #8CDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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