#3def88

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

Shades of Shamrock #3DEF88

Tints of Shamrock #3DEF88

Color information

#3DEF88 (or 0x3DEF88) is unknown color: approx Shamrock. HEX triplet: 3D, EF and 88. RGB value is (61,239,136). Sum of RGB (Red+Green+Blue) = 61+239+136=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEF88 is #C21077. Grayscale: #AEAEAE. Windows color (decimal): -12718200 or 8974141. OLE color: 8974141.

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

Color convert

RGB61239136-
CMYK0.7400.430.06
HSL145.28º84.76%58.82%-
HSV(B)145.28º74.48%93.73%-
XYZ37.2364.533.78-
YUV174.04106.5347.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.99%
GREEN value IS 239 (93.75% from 255) = 54.82%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=13.99%
G=54.82%
B=31.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612391360.7400.430.06145.2884.7658.82
Hex3DEF884A02B691553b
Octal75357210112053622112573
Binary111101111011111000100010010100101011110100100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3def88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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