#61FA75

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

Shades of Screamin' Green #61FA75

Tints of Screamin' Green #61FA75

Color information

#61FA75 (or 0x61FA75) is unknown color: approx Screamin' Green. HEX triplet: 61, FA and 75. RGB value is (97,250,117). Sum of RGB (Red+Green+Blue) = 97+250+117=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FA75 is #9E058A. Grayscale: #BDBDBD. Windows color (decimal): -10356107 or 7731809. OLE color: 7731809.

HSL color Cylindrical-coordinate representation of color #61FA75: hue angle of 127.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FA75 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB97250117-
CMYK0.6100.530.02
HSL127.84º93.87%68.04%-
HSV(B)127.84º61.2%98.04%-
XYZ42.3372.228.53-
YUV189.0987.3162.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 250 (98.05% from 255) = 53.88%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=20.91%
G=53.88%
B=25.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501170.6100.530.02127.8493.8768.04
Hex61FA753D0352805e44
Octal141372165750652200136104
Binary11000011111101011101011111010110101101000000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61FA75; }

 p { color: rgb(97,250,117); }

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

<style>
 a { background-color: #61FA75; }

 a { background-color: rgb(97,250,117); }

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

<style>
 span { border-color: #61FA75; }

 span { border-color: rgb(97,250,117); }

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