Html Css Color HEX #52BE6B Emerald

📋 copy color: '#52BE6B'

red 82 ◦ green 190 ◦ blue 107

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

Shades of Emerald #52BE6B

Tints of Emerald #52BE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 21.64%
G = 50.13%
B = 28.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#52BE6B (or 0x52BE6B) is known color: Emerald. HEX triplet: 52, BE and 6B. RGB value is (82,190,107). Sum of RGB (Red+Green+Blue) = 82+190+107=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE6B is #AD4194. Grayscale: #949494. Windows color (decimal): -11354517 or 7061074. OLE color: 7061074.

HSL color Cylindrical-coordinate representation of color #52BE6B: hue angle of 133.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE6B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 107 -
CMYK 0.57 0 0.44 0.25
HSL 133.89º 0.45% 0.53% -
HSV(B) 133.89º 0.57% 0.75% -
XYZ 24.55 39.68 20.28 -
YUV 148.25 104.72 80.75 -
System Red Green Blue C M Y K H S L
Decimal 82 190 107 0.57 0 0.44 0.25 133.89 0.45 0.53
Hex 52 BE 6B 39 0 2C 19 86 2D 35
Octal 122 276 153 71 0 54 31 206 55 65
Binary 1010010 10111110 1101011 111001 0 101100 11001 10000110 101101 110101

Color Harmonies of #52BE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE6B

Black with #52BE6B

Text Example


Text Example

White with #52BE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,107); }

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

background-color css

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

 a { background-color: rgb(82,190,107); }

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

border-color css

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

 span { border-color: rgb(82,190,107); }

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