#7DED52

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

Shades of Screamin' Green #7DED52

Tints of Screamin' Green #7DED52

Color information

#7DED52 (or 0x7DED52) is unknown color: approx Screamin' Green. HEX triplet: 7D, ED and 52. RGB value is (125,237,82). Sum of RGB (Red+Green+Blue) = 125+237+82=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED52 is #8212AD. Grayscale: #BABABA. Windows color (decimal): -8524462 or 5434749. OLE color: 5434749.

HSL color Cylindrical-coordinate representation of color #7DED52: hue angle of 103.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DED52 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB12523782-
CMYK0.4700.650.07
HSL103.35º81.15%62.55%-
HSV(B)103.35º65.4%92.94%-
XYZ40.2665.5418.51-
YUV185.8469.3984.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 237 (92.97% from 255) = 53.38%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=28.15%
G=53.38%
B=18.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125237820.4700.650.07103.3581.1562.55
Hex7DED522F041767513f
Octal175355122570101714712177
Binary11111011110110110100101011110100000111111001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DED52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,237,82); }

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

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

 a { background-color: rgb(125,237,82); }

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

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

 span { border-color: rgb(125,237,82); }

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