#64FB50

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

Shades of Screamin' Green #64FB50

Tints of Screamin' Green #64FB50

Color information

#64FB50 (or 0x64FB50) is unknown color: approx Screamin' Green. HEX triplet: 64, FB and 50. RGB value is (100,251,80). Sum of RGB (Red+Green+Blue) = 100+251+80=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FB50 is #9B04AF. Grayscale: #BABABA. Windows color (decimal): -10159280 or 5307236. OLE color: 5307236.

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

Color convert

RGB10025180-
CMYK0.6000.680.02
HSL112.98º95.53%64.9%-
HSV(B)112.98º68.13%98.43%-
XYZ41.272.2819.37-
YUV186.3667.9766.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 251 (98.44% from 255) = 58.24%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=23.20%
G=58.24%
B=18.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal100251800.6000.680.02112.9895.5364.9
Hex64FB503C0442716041
Octal1443731207401042161140101
Binary11001001111101110100001111000100010010111000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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