Html Css Color HEX #7FC34B Mantis

📋 copy color: '#7FC34B'

red 127 ◦ green 195 ◦ blue 75

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

Shades of Mantis #7FC34B

Tints of Mantis #7FC34B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 31.99%
G = 49.12%
B = 18.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#7FC34B (or 0x7FC34B) is known color: Mantis. HEX triplet: 7F, C3 and 4B. RGB value is (127,195,75). Sum of RGB (Red+Green+Blue) = 127+195+75=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC34B is #803CB4. Grayscale: #A1A1A1. Windows color (decimal): -8404149 or 4965247. OLE color: 4965247.

HSL color Cylindrical-coordinate representation of color #7FC34B: hue angle of 94º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC34B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 75 -
CMYK 0.35 0 0.62 0.24
HSL 94º 0.5% 0.53% -
HSV(B) 94º 0.62% 0.76% -
XYZ 29.54 44.05 13.6 -
YUV 160.99 79.47 103.76 -
System Red Green Blue C M Y K H S L
Decimal 127 195 75 0.35 0 0.62 0.24 94 0.5 0.53
Hex 7F C3 4B 23 0 3E 18 5E 32 35
Octal 177 303 113 43 0 76 30 136 62 65
Binary 1111111 11000011 1001011 100011 0 111110 11000 1011110 110010 110101

Color Harmonies of #7FC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC34B

Black with #7FC34B

Text Example


Text Example

White with #7FC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,195,75); }

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

background-color css

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

 a { background-color: rgb(127,195,75); }

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

border-color css

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

 span { border-color: rgb(127,195,75); }

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