Html Css Color HEX #7CBF5B Mantis

📋 copy color: '#7CBF5B'

red 124 ◦ green 191 ◦ blue 91

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

Shades of Mantis #7CBF5B

Tints of Mantis #7CBF5B

RGB

 RED value IS 124 (48.83% from 255) = 30.54%

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 30.54%
G = 47.04%
B = 22.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#7CBF5B (or 0x7CBF5B) is known color: Mantis. HEX triplet: 7C, BF and 5B. RGB value is (124,191,91). Sum of RGB (Red+Green+Blue) = 124+191+91=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF5B is #8340A4. Grayscale: #9F9F9F. Windows color (decimal): -8601765 or 6012796. OLE color: 6012796.

HSL color Cylindrical-coordinate representation of color #7CBF5B: hue angle of 100.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CBF5B is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 91 -
CMYK 0.35 0 0.52 0.25
HSL 100.2º 0.44% 0.55% -
HSV(B) 100.2º 0.52% 0.75% -
XYZ 28.83 42.3 16.54 -
YUV 159.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 124 191 91 0.35 0 0.52 0.25 100.2 0.44 0.55
Hex 7C BF 5B 23 0 34 19 64 2C 37
Octal 174 277 133 43 0 64 31 144 54 67
Binary 1111100 10111111 1011011 100011 0 110100 11001 1100100 101100 110111

Color Harmonies of #7CBF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF5B

Black with #7CBF5B

Text Example


Text Example

White with #7CBF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,91); }

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

background-color css

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

 a { background-color: rgb(124,191,91); }

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

border-color css

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

 span { border-color: rgb(124,191,91); }

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