#3AF752

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

Shades of Screamin' Green #3AF752

Tints of Screamin' Green #3AF752

Color information

#3AF752 (or 0x3AF752) is unknown color: approx Screamin' Green. HEX triplet: 3A, F7 and 52. RGB value is (58,247,82). Sum of RGB (Red+Green+Blue) = 58+247+82=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 247 (96.88% from 255 or 63.82% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF752 is #C508AD. Grayscale: #ACACAC. Windows color (decimal): -12912814 or 5437242. OLE color: 5437242.

HSL color Cylindrical-coordinate representation of color #3AF752: hue angle of 127.62º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF752 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB5824782-
CMYK0.7700.670.03
HSL127.62º92.2%59.8%-
HSV(B)127.62º76.52%96.86%-
XYZ36.5368.0319.19-
YUV171.6877.3846.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 247 (96.88% from 255) = 63.82%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=14.99%
G=63.82%
B=21.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58247820.7700.670.03127.6292.259.8
Hex3AF7524D0433805c3c
Octal723671221150103320013474
Binary11101011110111101001010011010100001111100000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF752; }

 p { color: rgb(58,247,82); }

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

<style>
 a { background-color: #3AF752; }

 a { background-color: rgb(58,247,82); }

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

<style>
 span { border-color: #3AF752; }

 span { border-color: rgb(58,247,82); }

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