#3DE995

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

Shades of Shamrock #3DE995

Tints of Shamrock #3DE995

Color information

#3DE995 (or 0x3DE995) is unknown color: approx Shamrock. HEX triplet: 3D, E9 and 95. RGB value is (61,233,149). Sum of RGB (Red+Green+Blue) = 61+233+149=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DE995 is #C2166A. Grayscale: #ACACAC. Windows color (decimal): -12719723 or 9824573. OLE color: 9824573.

HSL color Cylindrical-coordinate representation of color #3DE995: hue angle of 150.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE995 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB61233149-
CMYK0.7400.360.09
HSL150.7º79.63%57.65%-
HSV(B)150.7º73.82%91.37%-
XYZ36.4961.4438.37-
YUV172115.0248.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 233 (91.41% from 255) = 52.60%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=13.77%
G=52.60%
B=33.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612331490.7400.360.09150.779.6357.65
Hex3DE9954A024997503a
Octal753512251120441122712072
Binary1111011110100110010101100101001001001001100101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,233,149); }

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

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

 a { background-color: rgb(61,233,149); }

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

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

 span { border-color: rgb(61,233,149); }

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