Html Css Color HEX #8CDC51 Mantis

📋 copy color: '#8CDC51'

red 140 ◦ green 220 ◦ blue 81

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

Shades of Mantis #8CDC51

Tints of Mantis #8CDC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.89%

 BLUE value IS 81 (32.03% from 255) = 18.37%

R = 31.75%
G = 49.89%
B = 18.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#8CDC51 (or 0x8CDC51) is known color: Mantis. HEX triplet: 8C, DC and 51. RGB value is (140,220,81). Sum of RGB (Red+Green+Blue) = 140+220+81=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC51 is #7323AE. Grayscale: #B4B4B4. Windows color (decimal): -7545775 or 5364876. OLE color: 5364876.

HSL color Cylindrical-coordinate representation of color #8CDC51: hue angle of 94.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CDC51 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 81 -
CMYK 0.36 0 0.63 0.14
HSL 94.53º 0.67% 0.59% -
HSV(B) 94.53º 0.63% 0.86% -
XYZ 37.89 57.36 16.86 -
YUV 180.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 140 220 81 0.36 0 0.63 0.14 94.53 0.67 0.59
Hex 8C DC 51 24 0 3F E 5F 43 3B
Octal 214 334 121 44 0 77 16 137 103 73
Binary 10001100 11011100 1010001 100100 0 111111 1110 1011111 1000011 111011

Color Harmonies of #8CDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC51

Black with #8CDC51

Text Example


Text Example

White with #8CDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,81); }

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

background-color css

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

 a { background-color: rgb(140,220,81); }

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

border-color css

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

 span { border-color: rgb(140,220,81); }

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