#64F988

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

Shades of Screamin' Green #64F988

Tints of Screamin' Green #64F988

Color information

#64F988 (or 0x64F988) is unknown color: approx Screamin' Green. HEX triplet: 64, F9 and 88. RGB value is (100,249,136). Sum of RGB (Red+Green+Blue) = 100+249+136=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #64F988 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F988 is #9B0677. Grayscale: #BFBFBF. Windows color (decimal): -10159736 or 8976740. OLE color: 8976740.

HSL color Cylindrical-coordinate representation of color #64F988: hue angle of 134.5º 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 #64F988 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB100249136-
CMYK0.6000.450.02
HSL134.5º92.55%68.43%-
HSV(B)134.5º59.84%97.65%-
XYZ43.5872.2434.94-
YUV191.5796.6462.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 249 (97.66% from 255) = 51.34%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=20.62%
G=51.34%
B=28.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491360.6000.450.02134.592.5568.43
Hex64F9883C02D2865d44
Octal144371210740552206135104
Binary110010011111001100010001111000101101101000011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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