#61F975

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

Shades of Screamin' Green #61F975

Tints of Screamin' Green #61F975

Color information

#61F975 (or 0x61F975) is unknown color: approx Screamin' Green. HEX triplet: 61, F9 and 75. RGB value is (97,249,117). Sum of RGB (Red+Green+Blue) = 97+249+117=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #61F975 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F975 is #9E068A. Grayscale: #BCBCBC. Windows color (decimal): -10356363 or 7731553. OLE color: 7731553.

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

Color convert

RGB97249117-
CMYK0.6100.530.02
HSL127.89º92.68%67.84%-
HSV(B)127.89º61.04%97.65%-
XYZ42.0271.5828.43-
YUV188.587.6462.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=20.95%
G=53.78%
B=25.27%

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
Decimal972491170.6100.530.02127.8992.6867.84
Hex61F9753D0352805d44
Octal141371165750652200135104
Binary11000011111100111101011111010110101101000000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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