#41F164

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

Shades of Screamin' Green #41F164

Tints of Screamin' Green #41F164

Color information

#41F164 (or 0x41F164) is unknown color: approx Screamin' Green. HEX triplet: 41, F1 and 64. RGB value is (65,241,100). Sum of RGB (Red+Green+Blue) = 65+241+100=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #41F164 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F164 is #BE0E9B. Grayscale: #ACACAC. Windows color (decimal): -12455580 or 6615361. OLE color: 6615361.

HSL color Cylindrical-coordinate representation of color #41F164: hue angle of 131.93º 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 #41F164 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB65241100-
CMYK0.7300.590.05
HSL131.93º86.27%60%-
HSV(B)131.93º73.03%94.51%-
XYZ35.9464.9522.7-
YUV172.387.1951.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 241 (94.53% from 255) = 59.36%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=16.01%
G=59.36%
B=24.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652411000.7300.590.05131.9386.2760
Hex41F1644903B584563c
Octal101361144111073520412674
Binary100000111110001110010010010010111011101100001001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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