#3DCA99

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

Shades of Shamrock #3DCA99

Tints of Shamrock #3DCA99

Color information

#3DCA99 (or 0x3DCA99) is unknown color: approx Shamrock. HEX triplet: 3D, CA and 99. RGB value is (61,202,153). Sum of RGB (Red+Green+Blue) = 61+202+153=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCA99 is #C23566. Grayscale: #9A9A9A. Windows color (decimal): -12727655 or 10078781. OLE color: 10078781.

HSL color Cylindrical-coordinate representation of color #3DCA99: hue angle of 159.15º 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 #3DCA99 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB61202153-
CMYK0.7000.240.21
HSL159.15º57.09%51.57%-
HSV(B)159.15º69.8%79.22%-
XYZ28.7945.5337.41-
YUV154.26127.2961.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.66%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=14.66%
G=48.56%
B=36.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021530.7000.240.21159.1557.0951.57
Hex3DCA9946018159f3934
Octal75312231106030252377164
Binary111101110010101001100110001100110001010110011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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