Html Css Color HEX #7FB85F Mantis

📋 copy color: '#7FB85F'

red 127 ◦ green 184 ◦ blue 95

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

Shades of Mantis #7FB85F

Tints of Mantis #7FB85F

RGB

 RED value IS 127 (50% from 255) = 31.28%

 GREEN value IS 184 (72.27% from 255) = 45.32%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 31.28%
G = 45.32%
B = 23.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#7FB85F (or 0x7FB85F) is known color: Mantis. HEX triplet: 7F, B8 and 5F. RGB value is (127,184,95). Sum of RGB (Red+Green+Blue) = 127+184+95=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB85F is #8047A0. Grayscale: #9D9D9D. Windows color (decimal): -8406945 or 6273151. OLE color: 6273151.

HSL color Cylindrical-coordinate representation of color #7FB85F: hue angle of 98.43º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB85F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 95 -
CMYK 0.31 0 0.48 0.28
HSL 98.43º 0.39% 0.55% -
HSV(B) 98.43º 0.48% 0.72% -
XYZ 27.96 39.62 17 -
YUV 156.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 127 184 95 0.31 0 0.48 0.28 98.43 0.39 0.55
Hex 7F B8 5F 1F 0 30 1C 62 27 37
Octal 177 270 137 37 0 60 34 142 47 67
Binary 1111111 10111000 1011111 11111 0 110000 11100 1100010 100111 110111

Color Harmonies of #7FB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB85F

Black with #7FB85F

Text Example


Text Example

White with #7FB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB85F; }

 p { color: rgb(127,184,95); }

 H1.HeaderClassName
 {
   color: #7FB85F;
 }
 .AnyTagClassName
 {
   color: #7FB85F;
 }
</style>

background-color css

<style>
 a { background-color: #7FB85F; }

 a { background-color: rgb(127,184,95); }

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

border-color css

<style>
 span { border-color: #7FB85F; }

 span { border-color: rgb(127,184,95); }

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