#61F05F

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

Shades of Screamin' Green #61F05F

Tints of Screamin' Green #61F05F

Color information

#61F05F (or 0x61F05F) is unknown color: approx Screamin' Green. HEX triplet: 61, F0 and 5F. RGB value is (97,240,95). Sum of RGB (Red+Green+Blue) = 97+240+95=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #61F05F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F05F is #9E0FA0. Grayscale: #B5B5B5. Windows color (decimal): -10358689 or 6287457. OLE color: 6287457.

HSL color Cylindrical-coordinate representation of color #61F05F: hue angle of 119.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F05F is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB9724095-
CMYK0.6000.600.06
HSL119.17º82.86%65.69%-
HSV(B)119.17º60.42%94.12%-
XYZ38.1665.6921.49-
YUV180.7179.6268.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.45%
GREEN value IS 240 (94.14% from 255) = 55.56%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=22.45%
G=55.56%
B=21.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97240950.6000.600.06119.1782.8665.69
Hex61F05F3C03C6775342
Octal141360137740746167123102
Binary11000011111000010111111111000111100110111011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,240,95); }

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

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

 a { background-color: rgb(97,240,95); }

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

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

 span { border-color: rgb(97,240,95); }

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