Html Css Color HEX #8CC353 Mantis

📋 copy color: '#8CC353'

red 140 ◦ green 195 ◦ blue 83

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

Shades of Mantis #8CC353

Tints of Mantis #8CC353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 33.49%
G = 46.65%
B = 19.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#8CC353 (or 0x8CC353) is known color: Mantis. HEX triplet: 8C, C3 and 53. RGB value is (140,195,83). Sum of RGB (Red+Green+Blue) = 140+195+83=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC353 is #733CAC. Grayscale: #A6A6A6. Windows color (decimal): -7552173 or 5489548. OLE color: 5489548.

HSL color Cylindrical-coordinate representation of color #8CC353: hue angle of 89.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CC353 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 83 -
CMYK 0.28 0 0.57 0.24
HSL 89.46º 0.48% 0.55% -
HSV(B) 89.46º 0.57% 0.76% -
XYZ 31.89 45.23 15.23 -
YUV 165.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 140 195 83 0.28 0 0.57 0.24 89.46 0.48 0.55
Hex 8C C3 53 1C 0 39 18 59 30 37
Octal 214 303 123 34 0 71 30 131 60 67
Binary 10001100 11000011 1010011 11100 0 111001 11000 1011001 110000 110111

Color Harmonies of #8CC353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC353

Black with #8CC353

Text Example


Text Example

White with #8CC353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,83); }

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

background-color css

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

 a { background-color: rgb(140,195,83); }

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

border-color css

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

 span { border-color: rgb(140,195,83); }

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