Html Css Color HEX #8CDA67 Mantis

📋 copy color: '#8CDA67'

red 140 ◦ green 218 ◦ blue 103

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

Shades of Mantis #8CDA67

Tints of Mantis #8CDA67

RGB

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

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

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

R = 30.37%
G = 47.29%
B = 22.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#8CDA67 (or 0x8CDA67) is known color: Mantis. HEX triplet: 8C, DA and 67. RGB value is (140,218,103). Sum of RGB (Red+Green+Blue) = 140+218+103=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA67 is #732598. Grayscale: #B5B5B5. Windows color (decimal): -7546265 or 6806156. OLE color: 6806156.

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

Color convert

RGB 140 218 103 -
CMYK 0.36 0 0.53 0.15
HSL 100.7º 0.61% 0.63% -
HSV(B) 100.7º 0.53% 0.85% -
XYZ 38.33 56.7 21.76 -
YUV 181.57 83.66 98.35 -
System Red Green Blue C M Y K H S L
Decimal 140 218 103 0.36 0 0.53 0.15 100.7 0.61 0.63
Hex 8C DA 67 24 0 35 F 65 3D 3F
Octal 214 332 147 44 0 65 17 145 75 77
Binary 10001100 11011010 1100111 100100 0 110101 1111 1100101 111101 111111

Color Harmonies of #8CDA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA67

Black with #8CDA67

Text Example


Text Example

White with #8CDA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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