#64FC50

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

Shades of Screamin' Green #64FC50

Tints of Screamin' Green #64FC50

Color information

#64FC50 (or 0x64FC50) is unknown color: approx Screamin' Green. HEX triplet: 64, FC and 50. RGB value is (100,252,80). Sum of RGB (Red+Green+Blue) = 100+252+80=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FC50 is #9B03AF. Grayscale: #BBBBBB. Windows color (decimal): -10159024 or 5307492. OLE color: 5307492.

HSL color Cylindrical-coordinate representation of color #64FC50: hue angle of 113.02º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64FC50 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB10025280-
CMYK0.6000.680.01
HSL113.02º96.63%65.1%-
HSV(B)113.02º68.25%98.82%-
XYZ41.5172.9119.47-
YUV186.9467.6465.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 252 (98.83% from 255) = 58.33%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=23.15%
G=58.33%
B=18.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100252800.6000.680.01113.0296.6365.1
Hex64FC503C0441716141
Octal1443741207401041161141101
Binary1100100111111001010000111100010001001111000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,252,80); }

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

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

 a { background-color: rgb(100,252,80); }

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

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

 span { border-color: rgb(100,252,80); }

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