Html Css Color HEX #7BDC4B Mantis

📋 copy color: '#7BDC4B'

red 123 ◦ green 220 ◦ blue 75

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

Shades of Mantis #7BDC4B

Tints of Mantis #7BDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.94%

R = 29.43%
G = 52.63%
B = 17.94%

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

#7BDC4B (or 0x7BDC4B) is known color: Mantis. HEX triplet: 7B, DC and 4B. RGB value is (123,220,75). Sum of RGB (Red+Green+Blue) = 123+220+75=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDC4B is #8423B4. Grayscale: #AEAEAE. Windows color (decimal): -8659893 or 4971643. OLE color: 4971643.

HSL color Cylindrical-coordinate representation of color #7BDC4B: hue angle of 100.14º degrees, saturation: 0.67, 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 #7BDC4B is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 220 75 -
CMYK 0.44 0 0.66 0.14
HSL 100.14º 0.67% 0.58% -
HSV(B) 100.14º 0.66% 0.86% -
XYZ 35.03 55.91 15.6 -
YUV 174.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 123 220 75 0.44 0 0.66 0.14 100.14 0.67 0.58
Hex 7B DC 4B 2C 0 42 E 64 43 3A
Octal 173 334 113 54 0 102 16 144 103 72
Binary 1111011 11011100 1001011 101100 0 1000010 1110 1100100 1000011 111010

Color Harmonies of #7BDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDC4B

Black with #7BDC4B

Text Example


Text Example

White with #7BDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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