#64F985

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

Shades of Screamin' Green #64F985

Tints of Screamin' Green #64F985

Color information

#64F985 (or 0x64F985) is unknown color: approx Screamin' Green. HEX triplet: 64, F9 and 85. RGB value is (100,249,133). Sum of RGB (Red+Green+Blue) = 100+249+133=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #64F985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F985 is #9B067A. Grayscale: #BFBFBF. Windows color (decimal): -10159739 or 8780132. OLE color: 8780132.

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

Color convert

RGB100249133-
CMYK0.6000.470.02
HSL133.29º92.55%68.43%-
HSV(B)133.29º59.84%97.65%-
XYZ43.3672.1533.83-
YUV191.2295.1462.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 249 (97.66% from 255) = 51.66%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=20.75%
G=51.66%
B=27.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491330.6000.470.02133.2992.5568.43
Hex64F9853C02F2855d44
Octal144371205740572205135104
Binary110010011111001100001011111000101111101000010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,249,133); }

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

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

 a { background-color: rgb(100,249,133); }

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

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

 span { border-color: rgb(100,249,133); }

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