#52BE6F

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

Shades of Emerald #52BE6F

Tints of Emerald #52BE6F

Color information

#52BE6F (or 0x52BE6F) is unknown color: approx Emerald. HEX triplet: 52, BE and 6F. RGB value is (82,190,111). Sum of RGB (Red+Green+Blue) = 82+190+111=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE6F is #AD4190. Grayscale: #949494. Windows color (decimal): -11354513 or 7323218. OLE color: 7323218.

HSL color Cylindrical-coordinate representation of color #52BE6F: hue angle of 136.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE6F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB82190111-
CMYK0.5700.420.25
HSL136.11º45.38%53.33%-
HSV(B)136.11º56.84%74.51%-
XYZ24.7639.7721.41-
YUV148.7106.7280.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=21.41%
G=49.61%
B=28.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901110.5700.420.25136.1145.3853.33
Hex52BE6F3902A19882d35
Octal12227615771052312105565
Binary101001010111110110111111100101010101100110001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BE6F; }

 p { color: rgb(82,190,111); }

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

<style>
 a { background-color: #52BE6F; }

 a { background-color: rgb(82,190,111); }

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

<style>
 span { border-color: #52BE6F; }

 span { border-color: rgb(82,190,111); }

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