#3DE094

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

Shades of Shamrock #3DE094

Tints of Shamrock #3DE094

Color information

#3DE094 (or 0x3DE094) is unknown color: approx Shamrock. HEX triplet: 3D, E0 and 94. RGB value is (61,224,148). Sum of RGB (Red+Green+Blue) = 61+224+148=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DE094 is #C21F6B. Grayscale: #A6A6A6. Windows color (decimal): -12722028 or 9756733. OLE color: 9756733.

HSL color Cylindrical-coordinate representation of color #3DE094: hue angle of 152.02º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE094 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB61224148-
CMYK0.7300.340.12
HSL152.02º72.44%55.88%-
HSV(B)152.02º72.77%87.84%-
XYZ33.9356.4437.12-
YUV166.6117.552.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.09%
GREEN value IS 224 (87.89% from 255) = 51.73%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=14.09%
G=51.73%
B=34.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241480.7300.340.12152.0272.4455.88
Hex3DE09449022C984838
Octal753402241110421423011070
Binary1111011110000010010100100100101000101100100110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,148); }

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

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

 a { background-color: rgb(61,224,148); }

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

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

 span { border-color: rgb(61,224,148); }

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