Html Css Color HEX #7CBD51 Mantis

📋 copy color: '#7CBD51'

red 124 ◦ green 189 ◦ blue 81

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

Shades of Mantis #7CBD51

Tints of Mantis #7CBD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 31.47%
G = 47.97%
B = 20.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#7CBD51 (or 0x7CBD51) is known color: Mantis. HEX triplet: 7C, BD and 51. RGB value is (124,189,81). Sum of RGB (Red+Green+Blue) = 124+189+81=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD51 is #8342AE. Grayscale: #9D9D9D. Windows color (decimal): -8602287 or 5356924. OLE color: 5356924.

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

Color convert

RGB 124 189 81 -
CMYK 0.34 0 0.57 0.26
HSL 96.11º 0.45% 0.53% -
HSV(B) 96.11º 0.57% 0.74% -
XYZ 27.99 41.27 14.28 -
YUV 157.25 84.97 104.28 -
System Red Green Blue C M Y K H S L
Decimal 124 189 81 0.34 0 0.57 0.26 96.11 0.45 0.53
Hex 7C BD 51 22 0 39 1A 60 2D 35
Octal 174 275 121 42 0 71 32 140 55 65
Binary 1111100 10111101 1010001 100010 0 111001 11010 1100000 101101 110101

Color Harmonies of #7CBD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD51

Black with #7CBD51

Text Example


Text Example

White with #7CBD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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