#64ED74

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

Shades of Screamin' Green #64ED74

Tints of Screamin' Green #64ED74

Color information

#64ED74 (or 0x64ED74) is unknown color: approx Screamin' Green. HEX triplet: 64, ED and 74. RGB value is (100,237,116). Sum of RGB (Red+Green+Blue) = 100+237+116=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64ED74 is #9B128B. Grayscale: #B6B6B6. Windows color (decimal): -10162828 or 7662948. OLE color: 7662948.

HSL color Cylindrical-coordinate representation of color #64ED74: hue angle of 127.01º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED74 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB100237116-
CMYK0.5800.510.07
HSL127.01º79.19%66.08%-
HSV(B)127.01º57.81%92.94%-
XYZ38.6964.5426.94-
YUV182.2490.6169.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 237 (92.97% from 255) = 52.32%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=22.08%
G=52.32%
B=25.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371160.5800.510.07127.0179.1966.08
Hex64ED743A03377f4f42
Octal144355164720637177117102
Binary11001001110110111101001110100110011111111111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ED74; }

 p { color: rgb(100,237,116); }

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

<style>
 a { background-color: #64ED74; }

 a { background-color: rgb(100,237,116); }

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

<style>
 span { border-color: #64ED74; }

 span { border-color: rgb(100,237,116); }

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