#64F255

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

Shades of Screamin' Green #64F255

Tints of Screamin' Green #64F255

Color information

#64F255 (or 0x64F255) is unknown color: approx Screamin' Green. HEX triplet: 64, F2 and 55. RGB value is (100,242,85). Sum of RGB (Red+Green+Blue) = 100+242+85=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #64F255 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F255 is #9B0DAA. Grayscale: #B6B6B6. Windows color (decimal): -10161579 or 5632612. OLE color: 5632612.

HSL color Cylindrical-coordinate representation of color #64F255: hue angle of 114.27º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64F255 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB10024285-
CMYK0.5900.650.05
HSL114.27º85.79%64.12%-
HSV(B)114.27º64.88%94.9%-
XYZ38.6566.8719.46-
YUV181.6473.4669.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 242 (94.92% from 255) = 56.67%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=23.42%
G=56.67%
B=19.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100242850.5900.650.05114.2785.7964.12
Hex64F2553B0415725640
Octal1443621257301015162126100
Binary110010011110010101010111101101000001101111001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,242,85); }

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

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

 a { background-color: rgb(100,242,85); }

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

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

 span { border-color: rgb(100,242,85); }

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