#34F275

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

Shades of Emerald #34F275

Tints of Emerald #34F275

Color information

#34F275 (or 0x34F275) is unknown color: approx Emerald. HEX triplet: 34, F2 and 75. RGB value is (52,242,117). Sum of RGB (Red+Green+Blue) = 52+242+117=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #34F275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F275 is #CB0D8A. Grayscale: #ABABAB. Windows color (decimal): -13307275 or 7729716. OLE color: 7729716.

HSL color Cylindrical-coordinate representation of color #34F275: hue angle of 140.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F275 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB52242117-
CMYK0.7900.520.05
HSL140.53º87.96%57.65%-
HSV(B)140.53º78.51%94.9%-
XYZ36.3865.5227.56-
YUV170.9497.5543.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 242 (94.92% from 255) = 58.88%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=12.65%
G=58.88%
B=28.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522421170.7900.520.05140.5387.9657.65
Hex34F2754F03458d583a
Octal64362165117064521513072
Binary11010011110010111010110011110110100101100011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,242,117); }

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

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

 a { background-color: rgb(52,242,117); }

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

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

 span { border-color: rgb(52,242,117); }

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