#41F952

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

Shades of Screamin' Green #41F952

Tints of Screamin' Green #41F952

Color information

#41F952 (or 0x41F952) is unknown color: approx Screamin' Green. HEX triplet: 41, F9 and 52. RGB value is (65,249,82). Sum of RGB (Red+Green+Blue) = 65+249+82=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 249 (97.66% from 255 or 62.88% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 249 - color contains mainly: green. Hex color #41F952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F952 is #BE06AD. Grayscale: #AFAFAF. Windows color (decimal): -12453550 or 5437761. OLE color: 5437761.

HSL color Cylindrical-coordinate representation of color #41F952: hue angle of 125.54º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F952 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB6524982-
CMYK0.7400.670.02
HSL125.54º93.88%61.57%-
HSV(B)125.54º73.9%97.65%-
XYZ37.5869.4819.41-
YUV174.9575.5449.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 249 (97.66% from 255) = 62.88%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=16.41%
G=62.88%
B=20.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65249820.7400.670.02125.5493.8861.57
Hex41F9524A04327e5e3e
Octal1013711221120103217613676
Binary10000011111100110100101001010010000111011111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,249,82); }

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

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

 a { background-color: rgb(65,249,82); }

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

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

 span { border-color: rgb(65,249,82); }

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