Html Css Color HEX #8CBF5C Mantis

📋 copy color: '#8CBF5C'

red 140 ◦ green 191 ◦ blue 92

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

Shades of Mantis #8CBF5C

Tints of Mantis #8CBF5C

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 33.1%
G = 45.15%
B = 21.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#8CBF5C (or 0x8CBF5C) is known color: Mantis. HEX triplet: 8C, BF and 5C. RGB value is (140,191,92). Sum of RGB (Red+Green+Blue) = 140+191+92=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF5C is #7340A3. Grayscale: #A4A4A4. Windows color (decimal): -7553188 or 6078348. OLE color: 6078348.

HSL color Cylindrical-coordinate representation of color #8CBF5C: hue angle of 90.91º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CBF5C is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 92 -
CMYK 0.27 0 0.52 0.25
HSL 90.91º 0.44% 0.55% -
HSV(B) 90.91º 0.52% 0.75% -
XYZ 31.38 43.61 16.89 -
YUV 164.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 140 191 92 0.27 0 0.52 0.25 90.91 0.44 0.55
Hex 8C BF 5C 1B 0 34 19 5B 2C 37
Octal 214 277 134 33 0 64 31 133 54 67
Binary 10001100 10111111 1011100 11011 0 110100 11001 1011011 101100 110111

Color Harmonies of #8CBF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF5C

Black with #8CBF5C

Text Example


Text Example

White with #8CBF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,92); }

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

background-color css

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

 a { background-color: rgb(140,191,92); }

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

border-color css

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

 span { border-color: rgb(140,191,92); }

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