Html Css Color HEX #8CC255 Mantis

📋 copy color: '#8CC255'

red 140 ◦ green 194 ◦ blue 85

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

Shades of Mantis #8CC255

Tints of Mantis #8CC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 33.41%
G = 46.3%
B = 20.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#8CC255 (or 0x8CC255) is known color: Mantis. HEX triplet: 8C, C2 and 55. RGB value is (140,194,85). Sum of RGB (Red+Green+Blue) = 140+194+85=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC255 is #733DAA. Grayscale: #A5A5A5. Windows color (decimal): -7552427 or 5620364. OLE color: 5620364.

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

Color convert

RGB 140 194 85 -
CMYK 0.28 0 0.56 0.24
HSL 89.72º 0.47% 0.55% -
HSV(B) 89.72º 0.56% 0.76% -
XYZ 31.75 44.81 15.57 -
YUV 165.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 140 194 85 0.28 0 0.56 0.24 89.72 0.47 0.55
Hex 8C C2 55 1C 0 38 18 5A 2F 37
Octal 214 302 125 34 0 70 30 132 57 67
Binary 10001100 11000010 1010101 11100 0 111000 11000 1011010 101111 110111

Color Harmonies of #8CC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC255

Black with #8CC255

Text Example


Text Example

White with #8CC255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,85); }

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

background-color css

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

 a { background-color: rgb(140,194,85); }

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

border-color css

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

 span { border-color: rgb(140,194,85); }

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