Html Css Color HEX #7BCA42 Mantis

📋 copy color: '#7BCA42'

red 123 ◦ green 202 ◦ blue 66

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

Shades of Mantis #7BCA42

Tints of Mantis #7BCA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 31.46%
G = 51.66%
B = 16.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#7BCA42 (or 0x7BCA42) is known color: Mantis. HEX triplet: 7B, CA and 42. RGB value is (123,202,66). Sum of RGB (Red+Green+Blue) = 123+202+66=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCA42 is #8435BD. Grayscale: #A3A3A3. Windows color (decimal): -8664510 or 4377211. OLE color: 4377211.

HSL color Cylindrical-coordinate representation of color #7BCA42: hue angle of 94.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BCA42 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 202 66 -
CMYK 0.39 0 0.67 0.21
HSL 94.85º 0.56% 0.53% -
HSV(B) 94.85º 0.67% 0.79% -
XYZ 30.27 46.85 12.6 -
YUV 162.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 123 202 66 0.39 0 0.67 0.21 94.85 0.56 0.53
Hex 7B CA 42 27 0 43 15 5F 38 35
Octal 173 312 102 47 0 103 25 137 70 65
Binary 1111011 11001010 1000010 100111 0 1000011 10101 1011111 111000 110101

Color Harmonies of #7BCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCA42

Black with #7BCA42

Text Example


Text Example

White with #7BCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,202,66); }

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

background-color css

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

 a { background-color: rgb(123,202,66); }

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

border-color css

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

 span { border-color: rgb(123,202,66); }

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