#7DFA75

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

Shades of Screamin' Green #7DFA75

Tints of Screamin' Green #7DFA75

Color information

#7DFA75 (or 0x7DFA75) is unknown color: approx Screamin' Green. HEX triplet: 7D, FA and 75. RGB value is (125,250,117). Sum of RGB (Red+Green+Blue) = 125+250+117=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFA75 is #82058A. Grayscale: #C5C5C5. Windows color (decimal): -8521099 or 7731837. OLE color: 7731837.

HSL color Cylindrical-coordinate representation of color #7DFA75: hue angle of 116.39º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DFA75 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB125250117-
CMYK0.5000.530.02
HSL116.39º93.01%71.96%-
HSV(B)116.39º53.2%98.04%-
XYZ45.8574.0228.7-
YUV197.4682.5976.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 250 (98.05% from 255) = 50.81%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=25.41%
G=50.81%
B=23.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252501170.5000.530.02116.3993.0171.96
Hex7DFA75320352745d48
Octal175372165620652164135110
Binary1111101111110101110101110010011010110111010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,250,117); }

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

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

 a { background-color: rgb(125,250,117); }

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

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

 span { border-color: rgb(125,250,117); }

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