#41F161

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

Shades of Screamin' Green #41F161

Tints of Screamin' Green #41F161

Color information

#41F161 (or 0x41F161) is unknown color: approx Screamin' Green. HEX triplet: 41, F1 and 61. RGB value is (65,241,97). Sum of RGB (Red+Green+Blue) = 65+241+97=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #41F161 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F161 is #BE0E9E. Grayscale: #ACACAC. Windows color (decimal): -12455583 or 6418753. OLE color: 6418753.

HSL color Cylindrical-coordinate representation of color #41F161: hue angle of 130.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F161 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB6524197-
CMYK0.7300.600.05
HSL130.91º86.27%60%-
HSV(B)130.91º73.03%94.51%-
XYZ35.7964.921.95-
YUV171.9685.6951.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.13%
GREEN value IS 241 (94.53% from 255) = 59.80%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=16.13%
G=59.80%
B=24.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65241970.7300.600.05130.9186.2760
Hex41F1614903C583563c
Octal101361141111074520312674
Binary100000111110001110000110010010111100101100000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41F161; }

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

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

<style>
 a { background-color: #41F161; }

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

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

<style>
 span { border-color: #41F161; }

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

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