Html Css Color HEX #76DB5D Mantis

📋 copy color: '#76DB5D'

red 118 ◦ green 219 ◦ blue 93

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

Shades of Mantis #76DB5D

Tints of Mantis #76DB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

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

R = 27.44%
G = 50.93%
B = 21.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#76DB5D (or 0x76DB5D) is known color: Mantis. HEX triplet: 76, DB and 5D. RGB value is (118,219,93). Sum of RGB (Red+Green+Blue) = 118+219+93=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB5D is #8924A2. Grayscale: #AEAEAE. Windows color (decimal): -8987811 or 6151030. OLE color: 6151030.

HSL color Cylindrical-coordinate representation of color #76DB5D: hue angle of 108.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76DB5D is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 93 -
CMYK 0.46 0 0.58 0.14
HSL 108.1º 0.64% 0.61% -
HSV(B) 108.1º 0.58% 0.86% -
XYZ 34.78 55.3 19.2 -
YUV 174.44 82.04 87.75 -
System Red Green Blue C M Y K H S L
Decimal 118 219 93 0.46 0 0.58 0.14 108.1 0.64 0.61
Hex 76 DB 5D 2E 0 3A E 6C 40 3D
Octal 166 333 135 56 0 72 16 154 100 75
Binary 1110110 11011011 1011101 101110 0 111010 1110 1101100 1000000 111101

Color Harmonies of #76DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB5D

Black with #76DB5D

Text Example


Text Example

White with #76DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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