Html Css Color HEX #52D369 Emerald

📋 copy color: '#52D369'

red 82 ◦ green 211 ◦ blue 105

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

Shades of Emerald #52D369

Tints of Emerald #52D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.02%

 BLUE value IS 105 (41.41% from 255) = 26.38%

R = 20.6%
G = 53.02%
B = 26.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#52D369 (or 0x52D369) is known color: Emerald. HEX triplet: 52, D3 and 69. RGB value is (82,211,105). Sum of RGB (Red+Green+Blue) = 82+211+105=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #52D369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D369 is #AD2C96. Grayscale: #A0A0A0. Windows color (decimal): -11349143 or 6935378. OLE color: 6935378.

HSL color Cylindrical-coordinate representation of color #52D369: hue angle of 130.7º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D369 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 105 -
CMYK 0.61 0 0.50 0.17
HSL 130.7º 0.59% 0.57% -
HSV(B) 130.7º 0.61% 0.83% -
XYZ 29.32 49.4 21.35 -
YUV 160.35 96.76 72.12 -
System Red Green Blue C M Y K H S L
Decimal 82 211 105 0.61 0 0.50 0.17 130.7 0.59 0.57
Hex 52 D3 69 3D 0 32 11 83 3B 39
Octal 122 323 151 75 0 62 21 203 73 71
Binary 1010010 11010011 1101001 111101 0 110010 10001 10000011 111011 111001

Color Harmonies of #52D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D369

Black with #52D369

Text Example


Text Example

White with #52D369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,211,105); }

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

background-color css

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

 a { background-color: rgb(82,211,105); }

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

border-color css

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

 span { border-color: rgb(82,211,105); }

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