Html Css Color HEX #8CCC52 Mantis

📋 copy color: '#8CCC52'

red 140 ◦ green 204 ◦ blue 82

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

Shades of Mantis #8CCC52

Tints of Mantis #8CCC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 82 (32.42% from 255) = 19.25%

R = 32.86%
G = 47.89%
B = 19.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#8CCC52 (or 0x8CCC52) is known color: Mantis. HEX triplet: 8C, CC and 52. RGB value is (140,204,82). Sum of RGB (Red+Green+Blue) = 140+204+82=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC52 is #7333AD. Grayscale: #ABABAB. Windows color (decimal): -7549870 or 5426316. OLE color: 5426316.

HSL color Cylindrical-coordinate representation of color #8CCC52: hue angle of 91.48º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CCC52 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 82 -
CMYK 0.31 0 0.60 0.2
HSL 91.48º 0.54% 0.56% -
HSV(B) 91.48º 0.6% 0.8% -
XYZ 33.93 49.37 15.72 -
YUV 170.96 77.8 105.92 -
System Red Green Blue C M Y K H S L
Decimal 140 204 82 0.31 0 0.60 0.2 91.48 0.54 0.56
Hex 8C CC 52 1F 0 3C 14 5B 36 38
Octal 214 314 122 37 0 74 24 133 66 70
Binary 10001100 11001100 1010010 11111 0 111100 10100 1011011 110110 111000

Color Harmonies of #8CCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC52

Black with #8CCC52

Text Example


Text Example

White with #8CCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,82); }

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

background-color css

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

 a { background-color: rgb(140,204,82); }

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

border-color css

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

 span { border-color: rgb(140,204,82); }

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