#34CC95

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

Shades of Shamrock #34CC95

Tints of Shamrock #34CC95

Color information

#34CC95 (or 0x34CC95) is unknown color: approx Shamrock. HEX triplet: 34, CC and 95. RGB value is (52,204,149). Sum of RGB (Red+Green+Blue) = 52+204+149=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CC95 is #CB336A. Grayscale: #989898. Windows color (decimal): -13316971 or 9817140. OLE color: 9817140.

HSL color Cylindrical-coordinate representation of color #34CC95: hue angle of 158.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC95 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB52204149-
CMYK0.7500.270.2
HSL158.29º59.84%50.2%-
HSV(B)158.29º74.51%80%-
XYZ28.4346.0935.83-
YUV152.28126.1456.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 204 (80.08% from 255) = 50.37%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=12.84%
G=50.37%
B=36.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal522041490.7500.270.2158.2959.8450.2
Hex34CC954B01B149e3c32
Octal64314225113033242367462
Binary110100110011001001010110010110110111010010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34CC95; }

 p { color: rgb(52,204,149); }

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

<style>
 a { background-color: #34CC95; }

 a { background-color: rgb(52,204,149); }

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

<style>
 span { border-color: #34CC95; }

 span { border-color: rgb(52,204,149); }

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