#7DFD64

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

Shades of Screamin' Green #7DFD64

Tints of Screamin' Green #7DFD64

Color information

#7DFD64 (or 0x7DFD64) is unknown color: approx Screamin' Green. HEX triplet: 7D, FD and 64. RGB value is (125,253,100). Sum of RGB (Red+Green+Blue) = 125+253+100=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFD64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFD64 is #82029B. Grayscale: #C5C5C5. Windows color (decimal): -8520348 or 6618493. OLE color: 6618493.

HSL color Cylindrical-coordinate representation of color #7DFD64: hue angle of 110.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DFD64 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB125253100-
CMYK0.5100.600.01
HSL110.2º97.45%69.22%-
HSV(B)110.2º60.47%99.22%-
XYZ45.8875.5324.22-
YUV197.2973.0976.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 253 (99.22% from 255) = 52.93%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=26.15%
G=52.93%
B=20.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531000.5100.600.01110.297.4569.22
Hex7DFD643303C16e6145
Octal175375144630741156141105
Binary111110111111101110010011001101111001110111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,253,100); }

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

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

 a { background-color: rgb(125,253,100); }

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

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

 span { border-color: rgb(125,253,100); }

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