Html Css Color HEX #8CDC67 Mantis

📋 copy color: '#8CDC67'

red 140 ◦ green 220 ◦ blue 103

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

Shades of Mantis #8CDC67

Tints of Mantis #8CDC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.25%

R = 30.24%
G = 47.52%
B = 22.25%

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

#8CDC67 (or 0x8CDC67) is known color: Mantis. HEX triplet: 8C, DC and 67. RGB value is (140,220,103). Sum of RGB (Red+Green+Blue) = 140+220+103=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC67 is #732398. Grayscale: #B7B7B7. Windows color (decimal): -7545753 or 6806668. OLE color: 6806668.

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

Color convert

RGB 140 220 103 -
CMYK 0.36 0 0.53 0.14
HSL 101.03º 0.63% 0.63% -
HSV(B) 101.03º 0.53% 0.86% -
XYZ 38.86 57.74 21.93 -
YUV 182.74 83 97.51 -
System Red Green Blue C M Y K H S L
Decimal 140 220 103 0.36 0 0.53 0.14 101.03 0.63 0.63
Hex 8C DC 67 24 0 35 E 65 3F 3F
Octal 214 334 147 44 0 65 16 145 77 77
Binary 10001100 11011100 1100111 100100 0 110101 1110 1100101 111111 111111

Color Harmonies of #8CDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC67

Black with #8CDC67

Text Example


Text Example

White with #8CDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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