#34F17A

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

Shades of Emerald #34F17A

Tints of Emerald #34F17A

Color information

#34F17A (or 0x34F17A) is unknown color: approx Emerald. HEX triplet: 34, F1 and 7A. RGB value is (52,241,122). Sum of RGB (Red+Green+Blue) = 52+241+122=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #34F17A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F17A is #CB0E85. Grayscale: #ABABAB. Windows color (decimal): -13307526 or 8057140. OLE color: 8057140.

HSL color Cylindrical-coordinate representation of color #34F17A: hue angle of 142.22º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F17A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB52241122-
CMYK0.7800.490.05
HSL142.22º87.1%57.45%-
HSV(B)142.22º78.42%94.51%-
XYZ36.3865.0529.05-
YUV170.92100.3843.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.53%
GREEN value IS 241 (94.53% from 255) = 58.07%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=12.53%
G=58.07%
B=29.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522411220.7800.490.05142.2287.157.45
Hex34F17A4E03158e5739
Octal64361172116061521612771
Binary11010011110001111101010011100110001101100011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,241,122); }

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

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

 a { background-color: rgb(52,241,122); }

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

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

 span { border-color: rgb(52,241,122); }

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