Html Css Color HEX #7FC04B Mantis

📋 copy color: '#7FC04B'

red 127 ◦ green 192 ◦ blue 75

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

Shades of Mantis #7FC04B

Tints of Mantis #7FC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

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

R = 32.23%
G = 48.73%
B = 19.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#7FC04B (or 0x7FC04B) is known color: Mantis. HEX triplet: 7F, C0 and 4B. RGB value is (127,192,75). Sum of RGB (Red+Green+Blue) = 127+192+75=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC04B is #803FB4. Grayscale: #9F9F9F. Windows color (decimal): -8404917 or 4964479. OLE color: 4964479.

HSL color Cylindrical-coordinate representation of color #7FC04B: hue angle of 93.33º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FC04B is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 75 -
CMYK 0.34 0 0.61 0.25
HSL 93.33º 0.48% 0.52% -
HSV(B) 93.33º 0.61% 0.75% -
XYZ 28.87 42.72 13.38 -
YUV 159.23 80.47 105.01 -
System Red Green Blue C M Y K H S L
Decimal 127 192 75 0.34 0 0.61 0.25 93.33 0.48 0.52
Hex 7F C0 4B 22 0 3D 19 5D 30 34
Octal 177 300 113 42 0 75 31 135 60 64
Binary 1111111 11000000 1001011 100010 0 111101 11001 1011101 110000 110100

Color Harmonies of #7FC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC04B

Black with #7FC04B

Text Example


Text Example

White with #7FC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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