Html Css Color HEX #7FD74A Mantis

📋 copy color: '#7FD74A'

red 127 ◦ green 215 ◦ blue 74

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

Shades of Mantis #7FD74A

Tints of Mantis #7FD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.68%

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 30.53%
G = 51.68%
B = 17.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#7FD74A (or 0x7FD74A) is known color: Mantis. HEX triplet: 7F, D7 and 4A. RGB value is (127,215,74). Sum of RGB (Red+Green+Blue) = 127+215+74=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD74A is #8028B5. Grayscale: #ADADAD. Windows color (decimal): -8399030 or 4904831. OLE color: 4904831.

HSL color Cylindrical-coordinate representation of color #7FD74A: hue angle of 97.45º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FD74A is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 215 74 -
CMYK 0.41 0 0.66 0.16
HSL 97.45º 0.64% 0.57% -
HSV(B) 97.45º 0.66% 0.84% -
XYZ 34.29 53.61 15.02 -
YUV 172.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 127 215 74 0.41 0 0.66 0.16 97.45 0.64 0.57
Hex 7F D7 4A 29 0 42 10 61 40 39
Octal 177 327 112 51 0 102 20 141 100 71
Binary 1111111 11010111 1001010 101001 0 1000010 10000 1100001 1000000 111001

Color Harmonies of #7FD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD74A

Black with #7FD74A

Text Example


Text Example

White with #7FD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,215,74); }

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

background-color css

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

 a { background-color: rgb(127,215,74); }

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

border-color css

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

 span { border-color: rgb(127,215,74); }

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