#7ef14d

Color #7EF14D Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #7EF14D

Tints of Screamin' Green #7EF14D

Color information

#7EF14D (or 0x7EF14D) is unknown color: approx Screamin' Green. HEX triplet: 7E, F1 and 4D. RGB value is (126,241,77). Sum of RGB (Red+Green+Blue) = 126+241+77=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF14D is #810EB2. Grayscale: #BCBCBC. Windows color (decimal): -8457907 or 5108094. OLE color: 5108094.

HSL color Cylindrical-coordinate representation of color #7EF14D: hue angle of 102.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EF14D is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB12624177-
CMYK0.4800.680.05
HSL102.07º85.42%62.35%-
HSV(B)102.07º68.05%94.51%-
XYZ41.467.8817.94-
YUV187.9265.483.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=28.38%
G=54.28%
B=17.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal126241770.4800.680.05102.0785.4262.35
Hex7EF14D30044566553e
Octal176361115600104514612576
Binary11111101111000110011011100000100010010111001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ef14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,241,77); }

 H1.HeaderClassName
 {
   color: #7ef14d;
 }
 .AnyTagClassName
 {
   color: #7ef14d;
 }
</style>
background-color css

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

 a { background-color: rgb(126,241,77); }

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

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

 span { border-color: rgb(126,241,77); }

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