Html Css Color HEX #7BDC4A Mantis

📋 copy color: '#7BDC4A'

red 123 ◦ green 220 ◦ blue 74

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

Shades of Mantis #7BDC4A

Tints of Mantis #7BDC4A

RGB

 RED value IS 123 (48.44% from 255) = 29.5%

 GREEN value IS 220 (86.33% from 255) = 52.76%

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 29.5%
G = 52.76%
B = 17.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#7BDC4A (or 0x7BDC4A) is known color: Mantis. HEX triplet: 7B, DC and 4A. RGB value is (123,220,74). Sum of RGB (Red+Green+Blue) = 123+220+74=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDC4A is #8423B5. Grayscale: #AEAEAE. Windows color (decimal): -8659894 or 4906107. OLE color: 4906107.

HSL color Cylindrical-coordinate representation of color #7BDC4A: hue angle of 99.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BDC4A is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 220 74 -
CMYK 0.44 0 0.66 0.14
HSL 99.86º 0.68% 0.58% -
HSV(B) 99.86º 0.66% 0.86% -
XYZ 35 55.89 15.42 -
YUV 174.35 71.36 91.37 -
System Red Green Blue C M Y K H S L
Decimal 123 220 74 0.44 0 0.66 0.14 99.86 0.68 0.58
Hex 7B DC 4A 2C 0 42 E 64 44 3A
Octal 173 334 112 54 0 102 16 144 104 72
Binary 1111011 11011100 1001010 101100 0 1000010 1110 1100100 1000100 111010

Color Harmonies of #7BDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDC4A

Black with #7BDC4A

Text Example


Text Example

White with #7BDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,220,74); }

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

background-color css

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

 a { background-color: rgb(123,220,74); }

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

border-color css

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

 span { border-color: rgb(123,220,74); }

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