#34E275

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

Shades of Emerald #34E275

Tints of Emerald #34E275

Color information

#34E275 (or 0x34E275) is unknown color: approx Emerald. HEX triplet: 34, E2 and 75. RGB value is (52,226,117). Sum of RGB (Red+Green+Blue) = 52+226+117=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #34E275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E275 is #CB1D8A. Grayscale: #A1A1A1. Windows color (decimal): -13311371 or 7725620. OLE color: 7725620.

HSL color Cylindrical-coordinate representation of color #34E275: hue angle of 142.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E275 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB52226117-
CMYK0.7700.480.11
HSL142.41º75%54.51%-
HSV(B)142.41º76.99%88.63%-
XYZ31.8256.4126.04-
YUV161.55102.8549.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 226 (88.67% from 255) = 57.22%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=13.16%
G=57.22%
B=29.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522261170.7700.480.11142.417554.51
Hex34E2754D030B8e4b37
Octal643421651150601321611367
Binary110100111000101110101100110101100001011100011101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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