#64FA82

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

Shades of Screamin' Green #64FA82

Tints of Screamin' Green #64FA82

Color information

#64FA82 (or 0x64FA82) is unknown color: approx Screamin' Green. HEX triplet: 64, FA and 82. RGB value is (100,250,130). Sum of RGB (Red+Green+Blue) = 100+250+130=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA82 is #9B057D. Grayscale: #BFBFBF. Windows color (decimal): -10159486 or 8583780. OLE color: 8583780.

HSL color Cylindrical-coordinate representation of color #64FA82: hue angle of 132º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA82 is Cyan = 0.6, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB100250130-
CMYK0.600.480.02
HSL132º93.75%68.63%-
HSV(B)132º60%98.04%-
XYZ43.4772.6932.86-
YUV191.4793.362.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=20.83%
G=52.08%
B=27.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002501300.600.480.0213293.7568.63
Hex64FA823C0302845e45
Octal144372202740602204136105
Binary110010011111010100000101111000110000101000010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,250,130); }

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

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

 a { background-color: rgb(100,250,130); }

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

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

 span { border-color: rgb(100,250,130); }

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