Html Css Color HEX #76BF65 Mantis

📋 copy color: '#76BF65'

red 118 ◦ green 191 ◦ blue 101

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

Shades of Mantis #76BF65

Tints of Mantis #76BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 46.59%

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 28.78%
G = 46.59%
B = 24.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#76BF65 (or 0x76BF65) is known color: Mantis. HEX triplet: 76, BF and 65. RGB value is (118,191,101). Sum of RGB (Red+Green+Blue) = 118+191+101=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF65 is #89409A. Grayscale: #9F9F9F. Windows color (decimal): -8994971 or 6668150. OLE color: 6668150.

HSL color Cylindrical-coordinate representation of color #76BF65: hue angle of 108.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BF65 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 101 -
CMYK 0.38 0 0.47 0.25
HSL 108.67º 0.41% 0.57% -
HSV(B) 108.67º 0.47% 0.75% -
XYZ 28.45 42.05 18.93 -
YUV 158.91 95.32 98.82 -
System Red Green Blue C M Y K H S L
Decimal 118 191 101 0.38 0 0.47 0.25 108.67 0.41 0.57
Hex 76 BF 65 26 0 2F 19 6D 29 39
Octal 166 277 145 46 0 57 31 155 51 71
Binary 1110110 10111111 1100101 100110 0 101111 11001 1101101 101001 111001

Color Harmonies of #76BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF65

Black with #76BF65

Text Example


Text Example

White with #76BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,101); }

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

background-color css

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

 a { background-color: rgb(118,191,101); }

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

border-color css

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

 span { border-color: rgb(118,191,101); }

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