Html Css Color HEX #8CD35D Mantis

📋 copy color: '#8CD35D'

red 140 ◦ green 211 ◦ blue 93

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

Shades of Mantis #8CD35D

Tints of Mantis #8CD35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 31.53%
G = 47.52%
B = 20.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#8CD35D (or 0x8CD35D) is known color: Mantis. HEX triplet: 8C, D3 and 5D. RGB value is (140,211,93). Sum of RGB (Red+Green+Blue) = 140+211+93=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD35D is #732CA2. Grayscale: #B0B0B0. Windows color (decimal): -7548067 or 6149004. OLE color: 6149004.

HSL color Cylindrical-coordinate representation of color #8CD35D: hue angle of 96.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CD35D is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 93 -
CMYK 0.34 0 0.56 0.17
HSL 96.1º 0.57% 0.6% -
HSV(B) 96.1º 0.56% 0.83% -
XYZ 36.09 52.95 18.68 -
YUV 176.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 140 211 93 0.34 0 0.56 0.17 96.1 0.57 0.6
Hex 8C D3 5D 22 0 38 11 60 39 3C
Octal 214 323 135 42 0 70 21 140 71 74
Binary 10001100 11010011 1011101 100010 0 111000 10001 1100000 111001 111100

Color Harmonies of #8CD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD35D

Black with #8CD35D

Text Example


Text Example

White with #8CD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,93); }

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

background-color css

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

 a { background-color: rgb(140,211,93); }

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

border-color css

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

 span { border-color: rgb(140,211,93); }

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