Html Css Color HEX #7FBD4B Mantis

📋 copy color: '#7FBD4B'

red 127 ◦ green 189 ◦ blue 75

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

Shades of Mantis #7FBD4B

Tints of Mantis #7FBD4B

RGB

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

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

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

R = 32.48%
G = 48.34%
B = 19.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#7FBD4B (or 0x7FBD4B) is known color: Mantis. HEX triplet: 7F, BD and 4B. RGB value is (127,189,75). Sum of RGB (Red+Green+Blue) = 127+189+75=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD4B is #8042B4. Grayscale: #9D9D9D. Windows color (decimal): -8405685 or 4963711. OLE color: 4963711.

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

Color convert

RGB 127 189 75 -
CMYK 0.33 0 0.60 0.26
HSL 92.63º 0.46% 0.52% -
HSV(B) 92.63º 0.6% 0.74% -
XYZ 28.22 41.42 13.16 -
YUV 157.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 127 189 75 0.33 0 0.60 0.26 92.63 0.46 0.52
Hex 7F BD 4B 21 0 3C 1A 5D 2E 34
Octal 177 275 113 41 0 74 32 135 56 64
Binary 1111111 10111101 1001011 100001 0 111100 11010 1011101 101110 110100

Color Harmonies of #7FBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD4B

Black with #7FBD4B

Text Example


Text Example

White with #7FBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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