Html Css Color HEX #52D07B Emerald

📋 copy color: '#52D07B'

red 82 ◦ green 208 ◦ blue 123

#52D07B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52D07B

Tints of Emerald #52D07B

RGB

 RED value IS 82 (32.42% from 255) = 19.85%

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 19.85%
G = 50.36%
B = 29.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#52D07B (or 0x52D07B) is known color: Emerald. HEX triplet: 52, D0 and 7B. RGB value is (82,208,123). Sum of RGB (Red+Green+Blue) = 82+208+123=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #52D07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D07B is #AD2F84. Grayscale: #A0A0A0. Windows color (decimal): -11349893 or 8114258. OLE color: 8114258.

HSL color Cylindrical-coordinate representation of color #52D07B: hue angle of 139.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D07B is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 123 -
CMYK 0.61 0 0.41 0.18
HSL 139.52º 0.57% 0.57% -
HSV(B) 139.52º 0.61% 0.82% -
XYZ 29.61 48.34 26.51 -
YUV 160.64 106.76 71.91 -
System Red Green Blue C M Y K H S L
Decimal 82 208 123 0.61 0 0.41 0.18 139.52 0.57 0.57
Hex 52 D0 7B 3D 0 29 12 8C 39 39
Octal 122 320 173 75 0 51 22 214 71 71
Binary 1010010 11010000 1111011 111101 0 101001 10010 10001100 111001 111001

Color Harmonies of #52D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D07B

Black with #52D07B

Text Example


Text Example

White with #52D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,123); }

 H1.HeaderClassName
 {
   color: #52D07B;
 }
 .AnyTagClassName
 {
   color: #52D07B;
 }
</style>

background-color css

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

 a { background-color: rgb(82,208,123); }

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

border-color css

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

 span { border-color: rgb(82,208,123); }

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