Html Css Color HEX #7FCC64 Mantis

📋 copy color: '#7FCC64'

red 127 ◦ green 204 ◦ blue 100

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

Shades of Mantis #7FCC64

Tints of Mantis #7FCC64

RGB

 RED value IS 127 (50% from 255) = 29.47%

 GREEN value IS 204 (80.08% from 255) = 47.33%

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

R = 29.47%
G = 47.33%
B = 23.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#7FCC64 (or 0x7FCC64) is known color: Mantis. HEX triplet: 7F, CC and 64. RGB value is (127,204,100). Sum of RGB (Red+Green+Blue) = 127+204+100=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC64 is #80339B. Grayscale: #A9A9A9. Windows color (decimal): -8401820 or 6605951. OLE color: 6605951.

HSL color Cylindrical-coordinate representation of color #7FCC64: hue angle of 104.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FCC64 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 100 -
CMYK 0.38 0 0.51 0.2
HSL 104.42º 0.5% 0.6% -
HSV(B) 104.42º 0.51% 0.8% -
XYZ 32.65 48.62 19.72 -
YUV 169.12 88.99 97.96 -
System Red Green Blue C M Y K H S L
Decimal 127 204 100 0.38 0 0.51 0.2 104.42 0.5 0.6
Hex 7F CC 64 26 0 33 14 68 32 3C
Octal 177 314 144 46 0 63 24 150 62 74
Binary 1111111 11001100 1100100 100110 0 110011 10100 1101000 110010 111100

Color Harmonies of #7FCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC64

Black with #7FCC64

Text Example


Text Example

White with #7FCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCC64; }

 p { color: rgb(127,204,100); }

 H1.HeaderClassName
 {
   color: #7FCC64;
 }
 .AnyTagClassName
 {
   color: #7FCC64;
 }
</style>

background-color css

<style>
 a { background-color: #7FCC64; }

 a { background-color: rgb(127,204,100); }

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

border-color css

<style>
 span { border-color: #7FCC64; }

 span { border-color: rgb(127,204,100); }

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