#64F65F

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

Shades of Screamin' Green #64F65F

Tints of Screamin' Green #64F65F

Color information

#64F65F (or 0x64F65F) is unknown color: approx Screamin' Green. HEX triplet: 64, F6 and 5F. RGB value is (100,246,95). Sum of RGB (Red+Green+Blue) = 100+246+95=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #64F65F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F65F is #9B09A0. Grayscale: #B9B9B9. Windows color (decimal): -10160545 or 6288996. OLE color: 6288996.

HSL color Cylindrical-coordinate representation of color #64F65F: hue angle of 118.01º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64F65F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB10024695-
CMYK0.5900.610.04
HSL118.01º89.35%66.86%-
HSV(B)118.01º61.38%96.47%-
XYZ40.2869.4522.11-
YUV185.1377.1367.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.68%
GREEN value IS 246 (96.48% from 255) = 55.78%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=22.68%
G=55.78%
B=21.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal100246950.5900.610.04118.0189.3566.86
Hex64F65F3B03D4765943
Octal144366137730754166131103
Binary11001001111011010111111110110111101100111011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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