Html Css Color HEX #8FDC52 Mantis

📋 copy color: '#8FDC52'

red 143 ◦ green 220 ◦ blue 82

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

Shades of Mantis #8FDC52

Tints of Mantis #8FDC52

RGB

 RED value IS 143 (56.25% from 255) = 32.13%

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

 BLUE value IS 82 (32.42% from 255) = 18.43%

R = 32.13%
G = 49.44%
B = 18.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#8FDC52 (or 0x8FDC52) is known color: Mantis. HEX triplet: 8F, DC and 52. RGB value is (143,220,82). Sum of RGB (Red+Green+Blue) = 143+220+82=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC52 is #7023AD. Grayscale: #B5B5B5. Windows color (decimal): -7349166 or 5430415. OLE color: 5430415.

HSL color Cylindrical-coordinate representation of color #8FDC52: hue angle of 93.48º degrees, saturation: 0.66, 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 #8FDC52 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 82 -
CMYK 0.35 0 0.63 0.14
HSL 93.48º 0.66% 0.59% -
HSV(B) 93.48º 0.63% 0.86% -
XYZ 38.44 57.64 17.08 -
YUV 181.25 71.99 100.72 -
System Red Green Blue C M Y K H S L
Decimal 143 220 82 0.35 0 0.63 0.14 93.48 0.66 0.59
Hex 8F DC 52 23 0 3F E 5D 42 3B
Octal 217 334 122 43 0 77 16 135 102 73
Binary 10001111 11011100 1010010 100011 0 111111 1110 1011101 1000010 111011

Color Harmonies of #8FDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC52

Black with #8FDC52

Text Example


Text Example

White with #8FDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,82); }

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

background-color css

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

 a { background-color: rgb(143,220,82); }

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

border-color css

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

 span { border-color: rgb(143,220,82); }

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