#64FF5F

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

Shades of Screamin' Green #64FF5F

Tints of Screamin' Green #64FF5F

Color information

#64FF5F (or 0x64FF5F) is unknown color: approx Screamin' Green. HEX triplet: 64, FF and 5F. RGB value is (100,255,95). Sum of RGB (Red+Green+Blue) = 100+255+95=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF5F is #9B00A0. Grayscale: #BEBEBE. Windows color (decimal): -10158241 or 6291300. OLE color: 6291300.

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

Color convert

RGB10025595-
CMYK0.6100.630
HSL118.12º100%68.63%-
HSV(B)118.12º62.75%100%-
XYZ43.0875.0623.04-
YUV190.4274.1563.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.22%
GREEN value IS 255 (100% from 255) = 56.67%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=22.22%
G=56.67%
B=21.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100255950.6100.630118.1210068.63
Hex64FF5F3D03F0766445
Octal144377137750770166144105
Binary110010011111111101111111110101111110111011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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