#61F180

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

Shades of Screamin' Green #61F180

Tints of Screamin' Green #61F180

Color information

#61F180 (or 0x61F180) is unknown color: approx Screamin' Green. HEX triplet: 61, F1 and 80. RGB value is (97,241,128). Sum of RGB (Red+Green+Blue) = 97+241+128=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #61F180 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F180 is #9E0E7F. Grayscale: #B9B9B9. Windows color (decimal): -10358400 or 8450401. OLE color: 8450401.

HSL color Cylindrical-coordinate representation of color #61F180: hue angle of 132.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F180 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB97241128-
CMYK0.6000.470.05
HSL132.92º83.72%66.27%-
HSV(B)132.92º59.75%94.51%-
XYZ40.2867.0131.23-
YUV185.0695.7965.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 241 (94.53% from 255) = 51.72%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=20.82%
G=51.72%
B=27.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972411280.6000.470.05132.9283.7266.27
Hex61F1803C02F5855442
Octal141361200740575205124102
Binary1100001111100011000000011110001011111011000010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,241,128); }

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

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

 a { background-color: rgb(97,241,128); }

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

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

 span { border-color: rgb(97,241,128); }

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