Html Css Color HEX #76CF4F Mantis

📋 copy color: '#76CF4F'

red 118 ◦ green 207 ◦ blue 79

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

Shades of Mantis #76CF4F

Tints of Mantis #76CF4F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

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

R = 29.21%
G = 51.24%
B = 19.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#76CF4F (or 0x76CF4F) is known color: Mantis. HEX triplet: 76, CF and 4F. RGB value is (118,207,79). Sum of RGB (Red+Green+Blue) = 118+207+79=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CF4F is #8930B0. Grayscale: #A6A6A6. Windows color (decimal): -8990897 or 5230454. OLE color: 5230454.

HSL color Cylindrical-coordinate representation of color #76CF4F: hue angle of 101.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76CF4F is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 79 -
CMYK 0.43 0 0.62 0.19
HSL 101.72º 0.57% 0.56% -
HSV(B) 101.72º 0.62% 0.81% -
XYZ 31.2 49.04 15.22 -
YUV 165.8 79.01 93.91 -
System Red Green Blue C M Y K H S L
Decimal 118 207 79 0.43 0 0.62 0.19 101.72 0.57 0.56
Hex 76 CF 4F 2B 0 3E 13 66 39 38
Octal 166 317 117 53 0 76 23 146 71 70
Binary 1110110 11001111 1001111 101011 0 111110 10011 1100110 111001 111000

Color Harmonies of #76CF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF4F

Black with #76CF4F

Text Example


Text Example

White with #76CF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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