#3DF088

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

Shades of Shamrock #3DF088

Tints of Shamrock #3DF088

Color information

#3DF088 (or 0x3DF088) is unknown color: approx Shamrock. HEX triplet: 3D, F0 and 88. RGB value is (61,240,136). Sum of RGB (Red+Green+Blue) = 61+240+136=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF088 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF088 is #C20F77. Grayscale: #AEAEAE. Windows color (decimal): -12717944 or 8974397. OLE color: 8974397.

HSL color Cylindrical-coordinate representation of color #3DF088: hue angle of 145.14º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF088 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB61240136-
CMYK0.7500.430.06
HSL145.14º85.65%59.02%-
HSV(B)145.14º74.58%94.12%-
XYZ37.5365.0933.88-
YUV174.62106.246.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.96%
GREEN value IS 240 (94.14% from 255) = 54.92%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=13.96%
G=54.92%
B=31.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612401360.7500.430.06145.1485.6559.02
Hex3DF0884B02B691563b
Octal75360210113053622112673
Binary111101111100001000100010010110101011110100100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,136); }

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

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

 a { background-color: rgb(61,240,136); }

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

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

 span { border-color: rgb(61,240,136); }

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