#3FF850

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

Shades of Screamin' Green #3FF850

Tints of Screamin' Green #3FF850

Color information

#3FF850 (or 0x3FF850) is unknown color: approx Screamin' Green. HEX triplet: 3F, F8 and 50. RGB value is (63,248,80). Sum of RGB (Red+Green+Blue) = 63+248+80=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF850 is #C007AF. Grayscale: #AEAEAE. Windows color (decimal): -12584880 or 5306431. OLE color: 5306431.

HSL color Cylindrical-coordinate representation of color #3FF850: hue angle of 125.51º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF850 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB6324880-
CMYK0.7500.680.03
HSL125.51º92.96%60.98%-
HSV(B)125.51º74.6%97.25%-
XYZ37.0768.7718.91-
YUV173.5375.2149.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 248 (97.27% from 255) = 63.43%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=16.11%
G=63.43%
B=20.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63248800.7500.680.03125.5192.9660.98
Hex3FF8504B04437e5d3d
Octal773701201130104317613575
Binary1111111111100010100001001011010001001111111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,248,80); }

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

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

 a { background-color: rgb(63,248,80); }

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

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

 span { border-color: rgb(63,248,80); }

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