Html Css Color HEX #8CC253 Mantis

📋 copy color: '#8CC253'

red 140 ◦ green 194 ◦ blue 83

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

Shades of Mantis #8CC253

Tints of Mantis #8CC253

RGB

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

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

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

R = 33.57%
G = 46.52%
B = 19.9%

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

#8CC253 (or 0x8CC253) is known color: Mantis. HEX triplet: 8C, C2 and 53. RGB value is (140,194,83). Sum of RGB (Red+Green+Blue) = 140+194+83=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC253 is #733DAC. Grayscale: #A5A5A5. Windows color (decimal): -7552429 or 5489292. OLE color: 5489292.

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

Color convert

RGB 140 194 83 -
CMYK 0.28 0 0.57 0.24
HSL 89.19º 0.48% 0.54% -
HSV(B) 89.19º 0.57% 0.76% -
XYZ 31.67 44.78 15.16 -
YUV 165.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 140 194 83 0.28 0 0.57 0.24 89.19 0.48 0.54
Hex 8C C2 53 1C 0 39 18 59 30 36
Octal 214 302 123 34 0 71 30 131 60 66
Binary 10001100 11000010 1010011 11100 0 111001 11000 1011001 110000 110110

Color Harmonies of #8CC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC253

Black with #8CC253

Text Example


Text Example

White with #8CC253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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