Html Css Color HEX #7CBD55 Mantis

📋 copy color: '#7CBD55'

red 124 ◦ green 189 ◦ blue 85

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

Shades of Mantis #7CBD55

Tints of Mantis #7CBD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 31.16%
G = 47.49%
B = 21.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#7CBD55 (or 0x7CBD55) is known color: Mantis. HEX triplet: 7C, BD and 55. RGB value is (124,189,85). Sum of RGB (Red+Green+Blue) = 124+189+85=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD55 is #8342AA. Grayscale: #9E9E9E. Windows color (decimal): -8602283 or 5619068. OLE color: 5619068.

HSL color Cylindrical-coordinate representation of color #7CBD55: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CBD55 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 85 -
CMYK 0.34 0 0.55 0.26
HSL 97.5º 0.44% 0.54% -
HSV(B) 97.5º 0.55% 0.74% -
XYZ 28.15 41.34 15.09 -
YUV 157.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 124 189 85 0.34 0 0.55 0.26 97.5 0.44 0.54
Hex 7C BD 55 22 0 37 1A 62 2C 36
Octal 174 275 125 42 0 67 32 142 54 66
Binary 1111100 10111101 1010101 100010 0 110111 11010 1100010 101100 110110

Color Harmonies of #7CBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD55

Black with #7CBD55

Text Example


Text Example

White with #7CBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,85); }

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

background-color css

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

 a { background-color: rgb(124,189,85); }

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

border-color css

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

 span { border-color: rgb(124,189,85); }

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