Html Css Color HEX #8CD053 Mantis

📋 copy color: '#8CD053'

red 140 ◦ green 208 ◦ blue 83

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

Shades of Mantis #8CD053

Tints of Mantis #8CD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

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

R = 32.48%
G = 48.26%
B = 19.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#8CD053 (or 0x8CD053) is known color: Mantis. HEX triplet: 8C, D0 and 53. RGB value is (140,208,83). Sum of RGB (Red+Green+Blue) = 140+208+83=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD053 is #732FAC. Grayscale: #ADADAD. Windows color (decimal): -7548845 or 5492876. OLE color: 5492876.

HSL color Cylindrical-coordinate representation of color #8CD053: hue angle of 92.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CD053 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 83 -
CMYK 0.33 0 0.60 0.18
HSL 92.64º 0.57% 0.57% -
HSV(B) 92.64º 0.6% 0.82% -
XYZ 34.93 51.31 16.25 -
YUV 173.42 76.97 104.16 -
System Red Green Blue C M Y K H S L
Decimal 140 208 83 0.33 0 0.60 0.18 92.64 0.57 0.57
Hex 8C D0 53 21 0 3C 12 5D 39 39
Octal 214 320 123 41 0 74 22 135 71 71
Binary 10001100 11010000 1010011 100001 0 111100 10010 1011101 111001 111001

Color Harmonies of #8CD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD053

Black with #8CD053

Text Example


Text Example

White with #8CD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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