#3DF496

Color #3DF496 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3DF496

Tints of Shamrock #3DF496

Color information

#3DF496 (or 0x3DF496) is unknown color: approx Shamrock. HEX triplet: 3D, F4 and 96. RGB value is (61,244,150). Sum of RGB (Red+Green+Blue) = 61+244+150=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF496 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF496 is #C20B69. Grayscale: #B2B2B2. Windows color (decimal): -12716906 or 9892925. OLE color: 9892925.

HSL color Cylindrical-coordinate representation of color #3DF496: hue angle of 149.18º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF496 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB61244150-
CMYK0.7500.390.04
HSL149.18º89.27%59.8%-
HSV(B)149.18º75%95.69%-
XYZ39.7867.939.86-
YUV178.57111.8744.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.41%
GREEN value IS 244 (95.70% from 255) = 53.63%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=13.41%
G=53.63%
B=32.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612441500.7500.390.04149.1889.2759.8
Hex3DF4964B027495593c
Octal75364226113047422513174
Binary111101111101001001011010010110100111100100101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,244,150); }

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

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

 a { background-color: rgb(61,244,150); }

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

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

 span { border-color: rgb(61,244,150); }

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