#3DCA85

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

Shades of Shamrock #3DCA85

Tints of Shamrock #3DCA85

Color information

#3DCA85 (or 0x3DCA85) is unknown color: approx Shamrock. HEX triplet: 3D, CA and 85. RGB value is (61,202,133). Sum of RGB (Red+Green+Blue) = 61+202+133=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCA85 is #C2357A. Grayscale: #989898. Windows color (decimal): -12727675 or 8768061. OLE color: 8768061.

HSL color Cylindrical-coordinate representation of color #3DCA85: hue angle of 150.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA85 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB61202133-
CMYK0.7000.340.21
HSL150.64º57.09%51.57%-
HSV(B)150.64º69.8%79.22%-
XYZ27.2844.9329.42-
YUV151.98117.2963.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.40%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=15.40%
G=51.01%
B=33.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021330.7000.340.21150.6457.0951.57
Hex3DCA854602215973934
Octal75312205106042252277164
Binary1111011100101010000101100011001000101010110010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,202,133); }

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

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

 a { background-color: rgb(61,202,133); }

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

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

 span { border-color: rgb(61,202,133); }

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