#61FD5D

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

Shades of Screamin' Green #61FD5D

Tints of Screamin' Green #61FD5D

Color information

#61FD5D (or 0x61FD5D) is unknown color: approx Screamin' Green. HEX triplet: 61, FD and 5D. RGB value is (97,253,93). Sum of RGB (Red+Green+Blue) = 97+253+93=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FD5D is #9E02A2. Grayscale: #BCBCBC. Windows color (decimal): -10355363 or 6159713. OLE color: 6159713.

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

Color convert

RGB9725393-
CMYK0.6200.630.01
HSL118.5º97.56%67.84%-
HSV(B)118.5º63.24%99.22%-
XYZ42.0373.5822.34-
YUV188.1274.3263.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 253 (99.22% from 255) = 57.11%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=21.90%
G=57.11%
B=20.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97253930.6200.630.01118.597.5667.84
Hex61FD5D3E03F1766244
Octal141375135760771166142104
Binary110000111111101101110111111001111111111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,253,93); }

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

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

 a { background-color: rgb(97,253,93); }

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

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

 span { border-color: rgb(97,253,93); }

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