Html Css Color HEX #7BCB42 Mantis

📋 copy color: '#7BCB42'

red 123 ◦ green 203 ◦ blue 66

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

Shades of Mantis #7BCB42

Tints of Mantis #7BCB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.79%

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

R = 31.38%
G = 51.79%
B = 16.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#7BCB42 (or 0x7BCB42) is known color: Mantis. HEX triplet: 7B, CB and 42. RGB value is (123,203,66). Sum of RGB (Red+Green+Blue) = 123+203+66=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB42 is #8434BD. Grayscale: #A3A3A3. Windows color (decimal): -8664254 or 4377467. OLE color: 4377467.

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

Color convert

RGB 123 203 66 -
CMYK 0.39 0 0.67 0.20
HSL 95.04º 0.57% 0.53% -
HSV(B) 95.04º 0.67% 0.8% -
XYZ 30.51 47.32 12.68 -
YUV 163.46 73 99.14 -
System Red Green Blue C M Y K H S L
Decimal 123 203 66 0.39 0 0.67 0.20 95.04 0.57 0.53
Hex 7B CB 42 27 0 43 14 5F 39 35
Octal 173 313 102 47 0 103 24 137 71 65
Binary 1111011 11001011 1000010 100111 0 1000011 10100 1011111 111001 110101

Color Harmonies of #7BCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCB42

Black with #7BCB42

Text Example


Text Example

White with #7BCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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