Html Css Color HEX #76CE64 Mantis

📋 copy color: '#76CE64'

red 118 ◦ green 206 ◦ blue 100

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

Shades of Mantis #76CE64

Tints of Mantis #76CE64

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 27.83%
G = 48.58%
B = 23.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#76CE64 (or 0x76CE64) is known color: Mantis. HEX triplet: 76, CE and 64. RGB value is (118,206,100). Sum of RGB (Red+Green+Blue) = 118+206+100=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE64 is #89319B. Grayscale: #A7A7A7. Windows color (decimal): -8991132 or 6606454. OLE color: 6606454.

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

Color convert

RGB 118 206 100 -
CMYK 0.43 0 0.51 0.19
HSL 109.81º 0.52% 0.6% -
HSV(B) 109.81º 0.51% 0.81% -
XYZ 31.84 48.91 19.82 -
YUV 167.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 118 206 100 0.43 0 0.51 0.19 109.81 0.52 0.6
Hex 76 CE 64 2B 0 33 13 6E 34 3C
Octal 166 316 144 53 0 63 23 156 64 74
Binary 1110110 11001110 1100100 101011 0 110011 10011 1101110 110100 111100

Color Harmonies of #76CE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE64

Black with #76CE64

Text Example


Text Example

White with #76CE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,100); }

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

background-color css

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

 a { background-color: rgb(118,206,100); }

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

border-color css

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

 span { border-color: rgb(118,206,100); }

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