Html Css Color HEX #8FCD64 Mantis

📋 copy color: '#8FCD64'

red 143 ◦ green 205 ◦ blue 100

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

Shades of Mantis #8FCD64

Tints of Mantis #8FCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 31.92%
G = 45.76%
B = 22.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#8FCD64 (or 0x8FCD64) is known color: Mantis. HEX triplet: 8F, CD and 64. RGB value is (143,205,100). Sum of RGB (Red+Green+Blue) = 143+205+100=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCD64 is #70329B. Grayscale: #AEAEAE. Windows color (decimal): -7352988 or 6606223. OLE color: 6606223.

HSL color Cylindrical-coordinate representation of color #8FCD64: hue angle of 95.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FCD64 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 100 -
CMYK 0.30 0 0.51 0.20
HSL 95.43º 0.51% 0.6% -
HSV(B) 95.43º 0.51% 0.8% -
XYZ 35.46 50.42 19.92 -
YUV 174.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 143 205 100 0.30 0 0.51 0.20 95.43 0.51 0.6
Hex 8F CD 64 1E 0 33 14 5F 33 3C
Octal 217 315 144 36 0 63 24 137 63 74
Binary 10001111 11001101 1100100 11110 0 110011 10100 1011111 110011 111100

Color Harmonies of #8FCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD64

Black with #8FCD64

Text Example


Text Example

White with #8FCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,205,100); }

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

background-color css

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

 a { background-color: rgb(143,205,100); }

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

border-color css

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

 span { border-color: rgb(143,205,100); }

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