Html Css Color HEX #7FC64B Mantis

📋 copy color: '#7FC64B'

red 127 ◦ green 198 ◦ blue 75

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

Shades of Mantis #7FC64B

Tints of Mantis #7FC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 31.75%
G = 49.5%
B = 18.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#7FC64B (or 0x7FC64B) is known color: Mantis. HEX triplet: 7F, C6 and 4B. RGB value is (127,198,75). Sum of RGB (Red+Green+Blue) = 127+198+75=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC64B is #8039B4. Grayscale: #A3A3A3. Windows color (decimal): -8403381 or 4966015. OLE color: 4966015.

HSL color Cylindrical-coordinate representation of color #7FC64B: hue angle of 94.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC64B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 75 -
CMYK 0.36 0 0.62 0.22
HSL 94.63º 0.52% 0.54% -
HSV(B) 94.63º 0.62% 0.78% -
XYZ 30.22 45.41 13.83 -
YUV 162.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 127 198 75 0.36 0 0.62 0.22 94.63 0.52 0.54
Hex 7F C6 4B 24 0 3E 16 5F 34 36
Octal 177 306 113 44 0 76 26 137 64 66
Binary 1111111 11000110 1001011 100100 0 111110 10110 1011111 110100 110110

Color Harmonies of #7FC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC64B

Black with #7FC64B

Text Example


Text Example

White with #7FC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,198,75); }

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

background-color css

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

 a { background-color: rgb(127,198,75); }

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

border-color css

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

 span { border-color: rgb(127,198,75); }

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