Html Css Color HEX #52BB74 Emerald

📋 copy color: '#52BB74'

red 82 ◦ green 187 ◦ blue 116

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

Shades of Emerald #52BB74

Tints of Emerald #52BB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.57%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 21.3%
G = 48.57%
B = 30.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#52BB74 (or 0x52BB74) is known color: Emerald. HEX triplet: 52, BB and 74. RGB value is (82,187,116). Sum of RGB (Red+Green+Blue) = 82+187+116=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB74 is #AD448B. Grayscale: #939393. Windows color (decimal): -11355276 or 7650130. OLE color: 7650130.

HSL color Cylindrical-coordinate representation of color #52BB74: hue angle of 139.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB74 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 116 -
CMYK 0.56 0 0.38 0.27
HSL 139.43º 0.44% 0.53% -
HSV(B) 139.43º 0.56% 0.73% -
XYZ 24.4 38.6 22.69 -
YUV 147.51 110.21 81.27 -
System Red Green Blue C M Y K H S L
Decimal 82 187 116 0.56 0 0.38 0.27 139.43 0.44 0.53
Hex 52 BB 74 38 0 26 1B 8B 2C 35
Octal 122 273 164 70 0 46 33 213 54 65
Binary 1010010 10111011 1110100 111000 0 100110 11011 10001011 101100 110101

Color Harmonies of #52BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB74

Black with #52BB74

Text Example


Text Example

White with #52BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,116); }

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

background-color css

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

 a { background-color: rgb(82,187,116); }

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

border-color css

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

 span { border-color: rgb(82,187,116); }

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