#61FD95

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

Shades of Screamin' Green #61FD95

Tints of Screamin' Green #61FD95

Color information

#61FD95 (or 0x61FD95) is unknown color: approx Screamin' Green. HEX triplet: 61, FD and 95. RGB value is (97,253,149). Sum of RGB (Red+Green+Blue) = 97+253+149=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FD95 is #9E026A. Grayscale: #C2C2C2. Windows color (decimal): -10355307 or 9829729. OLE color: 9829729.

HSL color Cylindrical-coordinate representation of color #61FD95: hue angle of 140º 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 #61FD95 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB97253149-
CMYK0.6200.410.01
HSL140º97.5%68.63%-
HSV(B)140º61.66%99.22%-
XYZ45.4874.9640.51-
YUV194.5102.3258.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.44%
GREEN value IS 253 (99.22% from 255) = 50.70%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=19.44%
G=50.70%
B=29.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972531490.6200.410.0114097.568.63
Hex61FD953E02918c6245
Octal141375225760511214142105
Binary11000011111110110010101111110010100111000110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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