#64FF4D

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

Shades of Screamin' Green #64FF4D

Tints of Screamin' Green #64FF4D

Color information

#64FF4D (or 0x64FF4D) is unknown color: approx Screamin' Green. HEX triplet: 64, FF and 4D. RGB value is (100,255,77). Sum of RGB (Red+Green+Blue) = 100+255+77=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF4D is #9B00B2. Grayscale: #BCBCBC. Windows color (decimal): -10158259 or 5111652. OLE color: 5111652.

HSL color Cylindrical-coordinate representation of color #64FF4D: hue angle of 112.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64FF4D is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB10025577-
CMYK0.6100.700
HSL112.25º100%65.1%-
HSV(B)112.25º69.8%100%-
XYZ42.3674.7719.22-
YUV188.3665.1564.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 255 (100% from 255) = 59.03%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=23.15%
G=59.03%
B=17.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100255770.6100.700112.2510065.1
Hex64FF4D3D0460706441
Octal1443771157501060160144101
Binary1100100111111111001101111101010001100111000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,255,77); }

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

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

 a { background-color: rgb(100,255,77); }

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

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

 span { border-color: rgb(100,255,77); }

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