#61FD8A

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

Shades of Screamin' Green #61FD8A

Tints of Screamin' Green #61FD8A

Color information

#61FD8A (or 0x61FD8A) is unknown color: approx Screamin' Green. HEX triplet: 61, FD and 8A. RGB value is (97,253,138). Sum of RGB (Red+Green+Blue) = 97+253+138=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FD8A is #9E0275. Grayscale: #C1C1C1. Windows color (decimal): -10355318 or 9108833. OLE color: 9108833.

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

Color convert

RGB97253138-
CMYK0.6200.450.01
HSL135.77º97.5%68.63%-
HSV(B)135.77º61.66%99.22%-
XYZ44.6474.6336.1-
YUV193.2596.8259.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 253 (99.22% from 255) = 51.84%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=19.88%
G=51.84%
B=28.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972531380.6200.450.01135.7797.568.63
Hex61FD8A3E02D1886245
Octal141375212760551210142105
Binary11000011111110110001010111110010110111000100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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