#3AF755

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

Shades of Screamin' Green #3AF755

Tints of Screamin' Green #3AF755

Color information

#3AF755 (or 0x3AF755) is unknown color: approx Screamin' Green. HEX triplet: 3A, F7 and 55. RGB value is (58,247,85). Sum of RGB (Red+Green+Blue) = 58+247+85=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 247 (96.88% from 255 or 63.33% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF755 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF755 is #C508AA. Grayscale: #ACACAC. Windows color (decimal): -12912811 or 5633850. OLE color: 5633850.

HSL color Cylindrical-coordinate representation of color #3AF755: hue angle of 128.57º 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 #3AF755 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB5824785-
CMYK0.7700.660.03
HSL128.57º92.2%59.8%-
HSV(B)128.57º76.52%96.86%-
XYZ36.6568.0819.8-
YUV172.0278.8846.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.87%
GREEN value IS 247 (96.88% from 255) = 63.33%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=14.87%
G=63.33%
B=21.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58247850.7700.660.03128.5792.259.8
Hex3AF7554D0423815c3c
Octal723671251150102320113474
Binary11101011110111101010110011010100001011100000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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