Html Css Color HEX #8FD065 Mantis

📋 copy color: '#8FD065'

red 143 ◦ green 208 ◦ blue 101

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

Shades of Mantis #8FD065

Tints of Mantis #8FD065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 31.64%
G = 46.02%
B = 22.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#8FD065 (or 0x8FD065) is known color: Mantis. HEX triplet: 8F, D0 and 65. RGB value is (143,208,101). Sum of RGB (Red+Green+Blue) = 143+208+101=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD065 is #702F9A. Grayscale: #B0B0B0. Windows color (decimal): -7352219 or 6672527. OLE color: 6672527.

HSL color Cylindrical-coordinate representation of color #8FD065: hue angle of 96.45º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FD065 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 101 -
CMYK 0.31 0 0.51 0.18
HSL 96.45º 0.53% 0.61% -
HSV(B) 96.45º 0.51% 0.82% -
XYZ 36.23 51.89 20.42 -
YUV 176.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 143 208 101 0.31 0 0.51 0.18 96.45 0.53 0.61
Hex 8F D0 65 1F 0 33 12 60 35 3D
Octal 217 320 145 37 0 63 22 140 65 75
Binary 10001111 11010000 1100101 11111 0 110011 10010 1100000 110101 111101

Color Harmonies of #8FD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD065

Black with #8FD065

Text Example


Text Example

White with #8FD065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,101); }

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

background-color css

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

 a { background-color: rgb(143,208,101); }

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

border-color css

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

 span { border-color: rgb(143,208,101); }

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