Html Css Color HEX #76CA4F Mantis

📋 copy color: '#76CA4F'

red 118 ◦ green 202 ◦ blue 79

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

Shades of Mantis #76CA4F

Tints of Mantis #76CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 29.57%
G = 50.63%
B = 19.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#76CA4F (or 0x76CA4F) is known color: Mantis. HEX triplet: 76, CA and 4F. RGB value is (118,202,79). Sum of RGB (Red+Green+Blue) = 118+202+79=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA4F is #8935B0. Grayscale: #A3A3A3. Windows color (decimal): -8992177 or 5229174. OLE color: 5229174.

HSL color Cylindrical-coordinate representation of color #76CA4F: hue angle of 100.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76CA4F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 79 -
CMYK 0.42 0 0.61 0.21
HSL 100.98º 0.54% 0.55% -
HSV(B) 100.98º 0.61% 0.79% -
XYZ 30 46.66 14.82 -
YUV 162.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 118 202 79 0.42 0 0.61 0.21 100.98 0.54 0.55
Hex 76 CA 4F 2A 0 3D 15 65 36 37
Octal 166 312 117 52 0 75 25 145 66 67
Binary 1110110 11001010 1001111 101010 0 111101 10101 1100101 110110 110111

Color Harmonies of #76CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA4F

Black with #76CA4F

Text Example


Text Example

White with #76CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,79); }

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

background-color css

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

 a { background-color: rgb(118,202,79); }

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

border-color css

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

 span { border-color: rgb(118,202,79); }

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