#61ED41

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

Shades of Screamin' Green #61ED41

Tints of Screamin' Green #61ED41

Color information

#61ED41 (or 0x61ED41) is unknown color: approx Screamin' Green. HEX triplet: 61, ED and 41. RGB value is (97,237,65). Sum of RGB (Red+Green+Blue) = 97+237+65=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61ED41 is #9E12BE. Grayscale: #B0B0B0. Windows color (decimal): -10359487 or 4320609. OLE color: 4320609.

HSL color Cylindrical-coordinate representation of color #61ED41: hue angle of 108.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61ED41 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB9723765-
CMYK0.5900.730.07
HSL108.84º82.69%59.22%-
HSV(B)108.84º72.57%92.94%-
XYZ36.1763.4915.35-
YUV175.5365.6271.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 237 (92.97% from 255) = 59.40%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=24.31%
G=59.40%
B=16.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97237650.5900.730.07108.8482.6959.22
Hex61ED413B04976d533b
Octal141355101730111715512373
Binary11000011110110110000011110110100100111111011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ED41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,237,65); }

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

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

 a { background-color: rgb(97,237,65); }

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

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

 span { border-color: rgb(97,237,65); }

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