Html Css Color HEX #7FBD3F Mantis

📋 copy color: '#7FBD3F'

red 127 ◦ green 189 ◦ blue 63

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

Shades of Mantis #7FBD3F

Tints of Mantis #7FBD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 33.51%
G = 49.87%
B = 16.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#7FBD3F (or 0x7FBD3F) is known color: Mantis. HEX triplet: 7F, BD and 3F. RGB value is (127,189,63). Sum of RGB (Red+Green+Blue) = 127+189+63=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD3F is #8042C0. Grayscale: #9C9C9C. Windows color (decimal): -8405697 or 4177279. OLE color: 4177279.

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

Color convert

RGB 127 189 63 -
CMYK 0.33 0 0.67 0.26
HSL 89.52º 0.5% 0.49% -
HSV(B) 89.52º 0.67% 0.74% -
XYZ 27.85 41.27 11.2 -
YUV 156.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 127 189 63 0.33 0 0.67 0.26 89.52 0.5 0.49
Hex 7F BD 3F 21 0 43 1A 5A 32 31
Octal 177 275 77 41 0 103 32 132 62 61
Binary 1111111 10111101 111111 100001 0 1000011 11010 1011010 110010 110001

Color Harmonies of #7FBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD3F

Black with #7FBD3F

Text Example


Text Example

White with #7FBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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