#34F270

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

Shades of Emerald #34F270

Tints of Emerald #34F270

Color information

#34F270 (or 0x34F270) is unknown color: approx Emerald. HEX triplet: 34, F2 and 70. RGB value is (52,242,112). Sum of RGB (Red+Green+Blue) = 52+242+112=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #34F270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F270 is #CB0D8F. Grayscale: #AAAAAA. Windows color (decimal): -13307280 or 7402036. OLE color: 7402036.

HSL color Cylindrical-coordinate representation of color #34F270: hue angle of 138.95º 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 #34F270 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB52242112-
CMYK0.7900.540.05
HSL138.95º87.96%57.65%-
HSV(B)138.95º78.51%94.9%-
XYZ36.0965.426.05-
YUV170.3795.0543.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 242 (94.92% from 255) = 59.61%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=12.81%
G=59.61%
B=27.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522421120.7900.540.05138.9587.9657.65
Hex34F2704F03658b583a
Octal64362160117066521313072
Binary11010011110010111000010011110110110101100010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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