Html Css Color HEX #76DC53 Mantis

📋 copy color: '#76DC53'

red 118 ◦ green 220 ◦ blue 83

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

Shades of Mantis #76DC53

Tints of Mantis #76DC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.26%

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 28.03%
G = 52.26%
B = 19.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#76DC53 (or 0x76DC53) is known color: Mantis. HEX triplet: 76, DC and 53. RGB value is (118,220,83). Sum of RGB (Red+Green+Blue) = 118+220+83=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC53 is #8923AC. Grayscale: #AEAEAE. Windows color (decimal): -8987565 or 5495926. OLE color: 5495926.

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

Color convert

RGB 118 220 83 -
CMYK 0.46 0 0.62 0.14
HSL 104.67º 0.66% 0.59% -
HSV(B) 104.67º 0.62% 0.86% -
XYZ 34.63 55.66 17.1 -
YUV 173.88 76.71 88.14 -
System Red Green Blue C M Y K H S L
Decimal 118 220 83 0.46 0 0.62 0.14 104.67 0.66 0.59
Hex 76 DC 53 2E 0 3E E 69 42 3B
Octal 166 334 123 56 0 76 16 151 102 73
Binary 1110110 11011100 1010011 101110 0 111110 1110 1101001 1000010 111011

Color Harmonies of #76DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC53

Black with #76DC53

Text Example


Text Example

White with #76DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,220,83); }

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

background-color css

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

 a { background-color: rgb(118,220,83); }

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

border-color css

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

 span { border-color: rgb(118,220,83); }

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