Html Css Color HEX #7BCD46 Mantis

📋 copy color: '#7BCD46'

red 123 ◦ green 205 ◦ blue 70

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

Shades of Mantis #7BCD46

Tints of Mantis #7BCD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 30.9%
G = 51.51%
B = 17.59%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#7BCD46 (or 0x7BCD46) is known color: Mantis. HEX triplet: 7B, CD and 46. RGB value is (123,205,70). Sum of RGB (Red+Green+Blue) = 123+205+70=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCD46 is #8432B9. Grayscale: #A5A5A5. Windows color (decimal): -8663738 or 4640123. OLE color: 4640123.

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

Color convert

RGB 123 205 70 -
CMYK 0.4 0 0.66 0.20
HSL 96.44º 0.57% 0.54% -
HSV(B) 96.44º 0.66% 0.8% -
XYZ 31.11 48.32 13.48 -
YUV 165.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 123 205 70 0.4 0 0.66 0.20 96.44 0.57 0.54
Hex 7B CD 46 28 0 42 14 60 39 36
Octal 173 315 106 50 0 102 24 140 71 66
Binary 1111011 11001101 1000110 101000 0 1000010 10100 1100000 111001 110110

Color Harmonies of #7BCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD46

Black with #7BCD46

Text Example


Text Example

White with #7BCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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