Html Css Color HEX #76DA45 Mantis

📋 copy color: '#76DA45'

red 118 ◦ green 218 ◦ blue 69

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

Shades of Mantis #76DA45

Tints of Mantis #76DA45

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 29.14%
G = 53.83%
B = 17.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#76DA45 (or 0x76DA45) is known color: Mantis. HEX triplet: 76, DA and 45. RGB value is (118,218,69). Sum of RGB (Red+Green+Blue) = 118+218+69=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA45 is #8925BA. Grayscale: #ABABAB. Windows color (decimal): -8988091 or 4577910. OLE color: 4577910.

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

Color convert

RGB 118 218 69 -
CMYK 0.46 0 0.68 0.15
HSL 100.27º 0.67% 0.56% -
HSV(B) 100.27º 0.68% 0.85% -
XYZ 33.62 54.42 14.36 -
YUV 171.11 70.37 90.12 -
System Red Green Blue C M Y K H S L
Decimal 118 218 69 0.46 0 0.68 0.15 100.27 0.67 0.56
Hex 76 DA 45 2E 0 44 F 64 43 38
Octal 166 332 105 56 0 104 17 144 103 70
Binary 1110110 11011010 1000101 101110 0 1000100 1111 1100100 1000011 111000

Color Harmonies of #76DA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DA45

Black with #76DA45

Text Example


Text Example

White with #76DA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,69); }

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

background-color css

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

 a { background-color: rgb(118,218,69); }

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

border-color css

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

 span { border-color: rgb(118,218,69); }

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