Html Css Color HEX #7BCD50 Mantis

📋 copy color: '#7BCD50'

red 123 ◦ green 205 ◦ blue 80

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

Shades of Mantis #7BCD50

Tints of Mantis #7BCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.25%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 30.15%
G = 50.25%
B = 19.61%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#7BCD50 (or 0x7BCD50) is known color: Mantis. HEX triplet: 7B, CD and 50. RGB value is (123,205,80). Sum of RGB (Red+Green+Blue) = 123+205+80=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCD50 is #8432AF. Grayscale: #A6A6A6. Windows color (decimal): -8663728 or 5295483. OLE color: 5295483.

HSL color Cylindrical-coordinate representation of color #7BCD50: hue angle of 99.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BCD50 is Cyan = 0.4, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 80 -
CMYK 0.4 0 0.61 0.20
HSL 99.36º 0.56% 0.56% -
HSV(B) 99.36º 0.61% 0.8% -
XYZ 31.45 48.45 15.28 -
YUV 166.23 79.33 97.16 -
System Red Green Blue C M Y K H S L
Decimal 123 205 80 0.4 0 0.61 0.20 99.36 0.56 0.56
Hex 7B CD 50 28 0 3D 14 63 38 38
Octal 173 315 120 50 0 75 24 143 70 70
Binary 1111011 11001101 1010000 101000 0 111101 10100 1100011 111000 111000

Color Harmonies of #7BCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD50

Black with #7BCD50

Text Example


Text Example

White with #7BCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,80); }

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

background-color css

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

 a { background-color: rgb(123,205,80); }

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

border-color css

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

 span { border-color: rgb(123,205,80); }

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