Html Css Color HEX #52D28A Emerald

📋 copy color: '#52D28A'

red 82 ◦ green 210 ◦ blue 138

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

Shades of Emerald #52D28A

Tints of Emerald #52D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 19.07%
G = 48.84%
B = 32.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#52D28A (or 0x52D28A) is known color: Emerald. HEX triplet: 52, D2 and 8A. RGB value is (82,210,138). Sum of RGB (Red+Green+Blue) = 82+210+138=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #52D28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D28A is #AD2D75. Grayscale: #A3A3A3. Windows color (decimal): -11349366 or 9097810. OLE color: 9097810.

HSL color Cylindrical-coordinate representation of color #52D28A: hue angle of 146.25º degrees, saturation: 0.59, 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 #52D28A is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 138 -
CMYK 0.61 0 0.34 0.18
HSL 146.25º 0.59% 0.57% -
HSV(B) 146.25º 0.61% 0.82% -
XYZ 31.11 49.72 32 -
YUV 163.52 113.59 69.85 -
System Red Green Blue C M Y K H S L
Decimal 82 210 138 0.61 0 0.34 0.18 146.25 0.59 0.57
Hex 52 D2 8A 3D 0 22 12 92 3B 39
Octal 122 322 212 75 0 42 22 222 73 71
Binary 1010010 11010010 10001010 111101 0 100010 10010 10010010 111011 111001

Color Harmonies of #52D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D28A

Black with #52D28A

Text Example


Text Example

White with #52D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,138); }

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

background-color css

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

 a { background-color: rgb(82,210,138); }

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

border-color css

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

 span { border-color: rgb(82,210,138); }

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