Html Css Color HEX #8CCF67 Mantis

📋 copy color: '#8CCF67'

red 140 ◦ green 207 ◦ blue 103

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

Shades of Mantis #8CCF67

Tints of Mantis #8CCF67

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46%

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

R = 31.11%
G = 46%
B = 22.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#8CCF67 (or 0x8CCF67) is known color: Mantis. HEX triplet: 8C, CF and 67. RGB value is (140,207,103). Sum of RGB (Red+Green+Blue) = 140+207+103=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF67 is #733098. Grayscale: #AFAFAF. Windows color (decimal): -7549081 or 6803340. OLE color: 6803340.

HSL color Cylindrical-coordinate representation of color #8CCF67: hue angle of 98.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CCF67 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 103 -
CMYK 0.32 0 0.50 0.19
HSL 98.65º 0.52% 0.61% -
HSV(B) 98.65º 0.5% 0.81% -
XYZ 35.58 51.18 20.84 -
YUV 175.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 140 207 103 0.32 0 0.50 0.19 98.65 0.52 0.61
Hex 8C CF 67 20 0 32 13 63 34 3D
Octal 214 317 147 40 0 62 23 143 64 75
Binary 10001100 11001111 1100111 100000 0 110010 10011 1100011 110100 111101

Color Harmonies of #8CCF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF67

Black with #8CCF67

Text Example


Text Example

White with #8CCF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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