#34FB95

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

Shades of Shamrock #34FB95

Tints of Shamrock #34FB95

Color information

#34FB95 (or 0x34FB95) is unknown color: approx Shamrock. HEX triplet: 34, FB and 95. RGB value is (52,251,149). Sum of RGB (Red+Green+Blue) = 52+251+149=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FB95 is #CB046A. Grayscale: #B4B4B4. Windows color (decimal): -13304939 or 9829172. OLE color: 9829172.

HSL color Cylindrical-coordinate representation of color #34FB95: hue angle of 149.25º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FB95 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB52251149-
CMYK0.7900.410.02
HSL149.25º96.14%59.41%-
HSV(B)149.25º79.28%98.43%-
XYZ41.3471.8940.13-
YUV179.87110.5736.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.50%
GREEN value IS 251 (98.44% from 255) = 55.53%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=11.50%
G=55.53%
B=32.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522511490.7900.410.02149.2596.1459.41
Hex34FB954F029295603b
Octal64373225117051222514073
Binary11010011111011100101011001111010100110100101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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