Html Css Color HEX #7FBD4A Mantis

📋 copy color: '#7FBD4A'

red 127 ◦ green 189 ◦ blue 74

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

Shades of Mantis #7FBD4A

Tints of Mantis #7FBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

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

R = 32.56%
G = 48.46%
B = 18.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7FBD4A (or 0x7FBD4A) is known color: Mantis. HEX triplet: 7F, BD and 4A. RGB value is (127,189,74). Sum of RGB (Red+Green+Blue) = 127+189+74=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD4A is #8042B5. Grayscale: #9D9D9D. Windows color (decimal): -8405686 or 4898175. OLE color: 4898175.

HSL color Cylindrical-coordinate representation of color #7FBD4A: hue angle of 92.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FBD4A is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 74 -
CMYK 0.33 0 0.61 0.26
HSL 92.35º 0.47% 0.52% -
HSV(B) 92.35º 0.61% 0.74% -
XYZ 28.19 41.4 12.98 -
YUV 157.35 80.96 106.35 -
System Red Green Blue C M Y K H S L
Decimal 127 189 74 0.33 0 0.61 0.26 92.35 0.47 0.52
Hex 7F BD 4A 21 0 3D 1A 5C 2F 34
Octal 177 275 112 41 0 75 32 134 57 64
Binary 1111111 10111101 1001010 100001 0 111101 11010 1011100 101111 110100

Color Harmonies of #7FBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD4A

Black with #7FBD4A

Text Example


Text Example

White with #7FBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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