#3DFA60

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

Shades of Screamin' Green #3DFA60

Tints of Screamin' Green #3DFA60

Color information

#3DFA60 (or 0x3DFA60) is unknown color: approx Screamin' Green. HEX triplet: 3D, FA and 60. RGB value is (61,250,96). Sum of RGB (Red+Green+Blue) = 61+250+96=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFA60 is #C2059F. Grayscale: #B0B0B0. Windows color (decimal): -12715424 or 6355517. OLE color: 6355517.

HSL color Cylindrical-coordinate representation of color #3DFA60: hue angle of 131.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFA60 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB6125096-
CMYK0.7600.620.02
HSL131.11º94.97%60.98%-
HSV(B)131.11º75.6%98.04%-
XYZ38.2270.2122.6-
YUV175.9382.8846.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.99%
GREEN value IS 250 (98.05% from 255) = 61.43%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=14.99%
G=61.43%
B=23.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61250960.7600.620.02131.1194.9760.98
Hex3DFA604C03E2835f3d
Octal75372140114076220313775
Binary1111011111101011000001001100011111010100000111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,250,96); }

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

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

 a { background-color: rgb(61,250,96); }

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

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

 span { border-color: rgb(61,250,96); }

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