Html Css Color HEX #7FC75D Mantis

📋 copy color: '#7FC75D'

red 127 ◦ green 199 ◦ blue 93

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

Shades of Mantis #7FC75D

Tints of Mantis #7FC75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 30.31%
G = 47.49%
B = 22.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#7FC75D (or 0x7FC75D) is known color: Mantis. HEX triplet: 7F, C7 and 5D. RGB value is (127,199,93). Sum of RGB (Red+Green+Blue) = 127+199+93=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC75D is #8038A2. Grayscale: #A5A5A5. Windows color (decimal): -8403107 or 6145919. OLE color: 6145919.

HSL color Cylindrical-coordinate representation of color #7FC75D: hue angle of 100.75º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FC75D is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 199 93 -
CMYK 0.36 0 0.53 0.22
HSL 100.75º 0.49% 0.57% -
HSV(B) 100.75º 0.53% 0.78% -
XYZ 31.15 46.15 17.62 -
YUV 165.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 127 199 93 0.36 0 0.53 0.22 100.75 0.49 0.57
Hex 7F C7 5D 24 0 35 16 65 31 39
Octal 177 307 135 44 0 65 26 145 61 71
Binary 1111111 11000111 1011101 100100 0 110101 10110 1100101 110001 111001

Color Harmonies of #7FC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC75D

Black with #7FC75D

Text Example


Text Example

White with #7FC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,199,93); }

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

background-color css

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

 a { background-color: rgb(127,199,93); }

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

border-color css

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

 span { border-color: rgb(127,199,93); }

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