Html Css Color HEX #52BB83 Emerald

📋 copy color: '#52BB83'

red 82 ◦ green 187 ◦ blue 131

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

Shades of Emerald #52BB83

Tints of Emerald #52BB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 20.5%
G = 46.75%
B = 32.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#52BB83 (or 0x52BB83) is known color: Emerald. HEX triplet: 52, BB and 83. RGB value is (82,187,131). Sum of RGB (Red+Green+Blue) = 82+187+131=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB83 is #AD447C. Grayscale: #959595. Windows color (decimal): -11355261 or 8633170. OLE color: 8633170.

HSL color Cylindrical-coordinate representation of color #52BB83: hue angle of 148º 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 #52BB83 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 131 -
CMYK 0.56 0 0.30 0.27
HSL 148º 0.44% 0.53% -
HSV(B) 148º 0.56% 0.73% -
XYZ 25.35 38.97 27.66 -
YUV 149.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 82 187 131 0.56 0 0.30 0.27 148 0.44 0.53
Hex 52 BB 83 38 0 1E 1B 94 2C 35
Octal 122 273 203 70 0 36 33 224 54 65
Binary 1010010 10111011 10000011 111000 0 11110 11011 10010100 101100 110101

Color Harmonies of #52BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB83

Black with #52BB83

Text Example


Text Example

White with #52BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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