#61F274

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

Shades of Screamin' Green #61F274

Tints of Screamin' Green #61F274

Color information

#61F274 (or 0x61F274) is unknown color: approx Screamin' Green. HEX triplet: 61, F2 and 74. RGB value is (97,242,116). Sum of RGB (Red+Green+Blue) = 97+242+116=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #61F274 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F274 is #9E0D8B. Grayscale: #B8B8B8. Windows color (decimal): -10358156 or 7664225. OLE color: 7664225.

HSL color Cylindrical-coordinate representation of color #61F274: hue angle of 127.86º degrees, saturation: 0.85, 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 #61F274 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB97242116-
CMYK0.6000.520.05
HSL127.86º84.8%66.47%-
HSV(B)127.86º59.92%94.9%-
XYZ39.8367.3127.41-
YUV184.2889.4665.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 242 (94.92% from 255) = 53.19%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=21.32%
G=53.19%
B=25.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972421160.6000.520.05127.8684.866.47
Hex61F2743C0345805542
Octal141362164740645200125102
Binary110000111110010111010011110001101001011000000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,242,116); }

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

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

 a { background-color: rgb(97,242,116); }

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

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

 span { border-color: rgb(97,242,116); }

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