Html Css Color HEX #76DB40 Mantis

📋 copy color: '#76DB40'

red 118 ◦ green 219 ◦ blue 64

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

Shades of Mantis #76DB40

Tints of Mantis #76DB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 29.43%
G = 54.61%
B = 15.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#76DB40 (or 0x76DB40) is known color: Mantis. HEX triplet: 76, DB and 40. RGB value is (118,219,64). Sum of RGB (Red+Green+Blue) = 118+219+64=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DB40 is #8924BF. Grayscale: #ABABAB. Windows color (decimal): -8987840 or 4250486. OLE color: 4250486.

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

Color convert

RGB 118 219 64 -
CMYK 0.46 0 0.71 0.14
HSL 99.1º 0.68% 0.55% -
HSV(B) 99.1º 0.71% 0.86% -
XYZ 33.73 54.88 13.67 -
YUV 171.13 67.54 90.1 -
System Red Green Blue C M Y K H S L
Decimal 118 219 64 0.46 0 0.71 0.14 99.1 0.68 0.55
Hex 76 DB 40 2E 0 47 E 63 44 37
Octal 166 333 100 56 0 107 16 143 104 67
Binary 1110110 11011011 1000000 101110 0 1000111 1110 1100011 1000100 110111

Color Harmonies of #76DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB40

Black with #76DB40

Text Example


Text Example

White with #76DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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