Html Css Color HEX #76CB41 Mantis

📋 copy color: '#76CB41'

red 118 ◦ green 203 ◦ blue 65

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

Shades of Mantis #76CB41

Tints of Mantis #76CB41

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 30.57%
G = 52.59%
B = 16.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#76CB41 (or 0x76CB41) is known color: Mantis. HEX triplet: 76, CB and 41. RGB value is (118,203,65). Sum of RGB (Red+Green+Blue) = 118+203+65=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB41 is #8934BE. Grayscale: #A2A2A2. Windows color (decimal): -8991935 or 4311926. OLE color: 4311926.

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

Color convert

RGB 118 203 65 -
CMYK 0.42 0 0.68 0.20
HSL 96.96º 0.57% 0.53% -
HSV(B) 96.96º 0.68% 0.8% -
XYZ 29.78 46.95 12.49 -
YUV 161.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 118 203 65 0.42 0 0.68 0.20 96.96 0.57 0.53
Hex 76 CB 41 2A 0 44 14 61 39 35
Octal 166 313 101 52 0 104 24 141 71 65
Binary 1110110 11001011 1000001 101010 0 1000100 10100 1100001 111001 110101

Color Harmonies of #76CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB41

Black with #76CB41

Text Example


Text Example

White with #76CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CB41; }

 p { color: rgb(118,203,65); }

 H1.HeaderClassName
 {
   color: #76CB41;
 }
 .AnyTagClassName
 {
   color: #76CB41;
 }
</style>

background-color css

<style>
 a { background-color: #76CB41; }

 a { background-color: rgb(118,203,65); }

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

border-color css

<style>
 span { border-color: #76CB41; }

 span { border-color: rgb(118,203,65); }

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