#61FA5F

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

Shades of Screamin' Green #61FA5F

Tints of Screamin' Green #61FA5F

Color information

#61FA5F (or 0x61FA5F) is unknown color: approx Screamin' Green. HEX triplet: 61, FA and 5F. RGB value is (97,250,95). Sum of RGB (Red+Green+Blue) = 97+250+95=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FA5F is #9E05A0. Grayscale: #BBBBBB. Windows color (decimal): -10356129 or 6290017. OLE color: 6290017.

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

Color convert

RGB9725095-
CMYK0.6100.620.02
HSL119.23º93.94%67.65%-
HSV(B)119.23º62%98.04%-
XYZ41.1871.7422.5-
YUV186.5876.3164.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 250 (98.05% from 255) = 56.56%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=21.95%
G=56.56%
B=21.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97250950.6100.620.02119.2393.9467.65
Hex61FA5F3D03E2775e44
Octal141372137750762167136104
Binary1100001111110101011111111101011111010111011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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