Html Css Color HEX #8CDA6B Mantis

📋 copy color: '#8CDA6B'

red 140 ◦ green 218 ◦ blue 107

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

Shades of Mantis #8CDA6B

Tints of Mantis #8CDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 30.11%
G = 46.88%
B = 23.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#8CDA6B (or 0x8CDA6B) is known color: Mantis. HEX triplet: 8C, DA and 6B. RGB value is (140,218,107). Sum of RGB (Red+Green+Blue) = 140+218+107=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA6B is #732594. Grayscale: #B6B6B6. Windows color (decimal): -7546261 or 7068300. OLE color: 7068300.

HSL color Cylindrical-coordinate representation of color #8CDA6B: hue angle of 102.16º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CDA6B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 107 -
CMYK 0.36 0 0.51 0.15
HSL 102.16º 0.6% 0.64% -
HSV(B) 102.16º 0.51% 0.85% -
XYZ 38.54 56.78 22.84 -
YUV 182.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 140 218 107 0.36 0 0.51 0.15 102.16 0.6 0.64
Hex 8C DA 6B 24 0 33 F 66 3C 40
Octal 214 332 153 44 0 63 17 146 74 100
Binary 10001100 11011010 1101011 100100 0 110011 1111 1100110 111100 1000000

Color Harmonies of #8CDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA6B

Black with #8CDA6B

Text Example


Text Example

White with #8CDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,107); }

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

background-color css

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

 a { background-color: rgb(140,218,107); }

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

border-color css

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

 span { border-color: rgb(140,218,107); }

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