Html Css Color HEX #7FB74A Mantis

📋 copy color: '#7FB74A'

red 127 ◦ green 183 ◦ blue 74

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

Shades of Mantis #7FB74A

Tints of Mantis #7FB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 33.07%
G = 47.66%
B = 19.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#7FB74A (or 0x7FB74A) is known color: Mantis. HEX triplet: 7F, B7 and 4A. RGB value is (127,183,74). Sum of RGB (Red+Green+Blue) = 127+183+74=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB74A is #8048B5. Grayscale: #9A9A9A. Windows color (decimal): -8407222 or 4896639. OLE color: 4896639.

HSL color Cylindrical-coordinate representation of color #7FB74A: hue angle of 90.83º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FB74A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 74 -
CMYK 0.31 0 0.60 0.28
HSL 90.83º 0.43% 0.5% -
HSV(B) 90.83º 0.6% 0.72% -
XYZ 26.92 38.87 12.56 -
YUV 153.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 127 183 74 0.31 0 0.60 0.28 90.83 0.43 0.5
Hex 7F B7 4A 1F 0 3C 1C 5B 2B 32
Octal 177 267 112 37 0 74 34 133 53 62
Binary 1111111 10110111 1001010 11111 0 111100 11100 1011011 101011 110010

Color Harmonies of #7FB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB74A

Black with #7FB74A

Text Example


Text Example

White with #7FB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,183,74); }

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

background-color css

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

 a { background-color: rgb(127,183,74); }

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

border-color css

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

 span { border-color: rgb(127,183,74); }

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