#61F974

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

Shades of Screamin' Green #61F974

Tints of Screamin' Green #61F974

Color information

#61F974 (or 0x61F974) is unknown color: approx Screamin' Green. HEX triplet: 61, F9 and 74. RGB value is (97,249,116). Sum of RGB (Red+Green+Blue) = 97+249+116=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #61F974 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F974 is #9E068B. Grayscale: #BCBCBC. Windows color (decimal): -10356364 or 7666017. OLE color: 7666017.

HSL color Cylindrical-coordinate representation of color #61F974: hue angle of 127.5º degrees, saturation: 0.93, 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 #61F974 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB97249116-
CMYK0.6100.530.02
HSL127.5º92.68%67.84%-
HSV(B)127.5º61.04%97.65%-
XYZ41.9671.5528.12-
YUV188.3987.1462.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 249 (97.66% from 255) = 53.90%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=21.00%
G=53.90%
B=25.11%

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
Decimal972491160.6100.530.02127.592.6867.84
Hex61F9743D0352805d44
Octal141371164750652200135104
Binary11000011111100111101001111010110101101000000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,249,116); }

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

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

 a { background-color: rgb(97,249,116); }

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

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

 span { border-color: rgb(97,249,116); }

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