#46CD95

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

Shades of Shamrock #46CD95

Tints of Shamrock #46CD95

Color information

#46CD95 (or 0x46CD95) is unknown color: approx Shamrock. HEX triplet: 46, CD and 95. RGB value is (70,205,149). Sum of RGB (Red+Green+Blue) = 70+205+149=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CD95 is #B9326A. Grayscale: #9E9E9E. Windows color (decimal): -12137067 or 9817414. OLE color: 9817414.

HSL color Cylindrical-coordinate representation of color #46CD95: hue angle of 155.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CD95 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB70205149-
CMYK0.6600.270.20
HSL155.11º57.45%53.92%-
HSV(B)155.11º65.85%80.39%-
XYZ29.7847.1335.96-
YUV158.25122.7765.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.51%
GREEN value IS 205 (80.47% from 255) = 48.35%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=16.51%
G=48.35%
B=35.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal702051490.6600.270.20155.1157.4553.92
Hex46CD954201B149b3936
Octal106315225102033242337166
Binary1000110110011011001010110000100110111010010011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46CD95; }

 p { color: rgb(70,205,149); }

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

<style>
 a { background-color: #46CD95; }

 a { background-color: rgb(70,205,149); }

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

<style>
 span { border-color: #46CD95; }

 span { border-color: rgb(70,205,149); }

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