Html Css Color HEX #76D95D Mantis

📋 copy color: '#76D95D'

red 118 ◦ green 217 ◦ blue 93

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

Shades of Mantis #76D95D

Tints of Mantis #76D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.7%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 27.57%
G = 50.7%
B = 21.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#76D95D (or 0x76D95D) is known color: Mantis. HEX triplet: 76, D9 and 5D. RGB value is (118,217,93). Sum of RGB (Red+Green+Blue) = 118+217+93=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #76D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D95D is #8926A2. Grayscale: #ADADAD. Windows color (decimal): -8988323 or 6150518. OLE color: 6150518.

HSL color Cylindrical-coordinate representation of color #76D95D: hue angle of 107.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76D95D is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 93 -
CMYK 0.46 0 0.57 0.15
HSL 107.9º 0.62% 0.61% -
HSV(B) 107.9º 0.57% 0.85% -
XYZ 34.26 54.27 19.02 -
YUV 173.26 82.7 88.58 -
System Red Green Blue C M Y K H S L
Decimal 118 217 93 0.46 0 0.57 0.15 107.9 0.62 0.61
Hex 76 D9 5D 2E 0 39 F 6C 3E 3D
Octal 166 331 135 56 0 71 17 154 76 75
Binary 1110110 11011001 1011101 101110 0 111001 1111 1101100 111110 111101

Color Harmonies of #76D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D95D

Black with #76D95D

Text Example


Text Example

White with #76D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,93); }

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

background-color css

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

 a { background-color: rgb(118,217,93); }

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

border-color css

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

 span { border-color: rgb(118,217,93); }

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