Html Css Color HEX #52E985 Emerald

📋 copy color: '#52E985'

red 82 ◦ green 233 ◦ blue 133

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

Shades of Emerald #52E985

Tints of Emerald #52E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 18.3%
G = 52.01%
B = 29.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#52E985 (or 0x52E985) is known color: Emerald. HEX triplet: 52, E9 and 85. RGB value is (82,233,133). Sum of RGB (Red+Green+Blue) = 82+233+133=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #52E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E985 is #AD167A. Grayscale: #B0B0B0. Windows color (decimal): -11343483 or 8776018. OLE color: 8776018.

HSL color Cylindrical-coordinate representation of color #52E985: hue angle of 140.26º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E985 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 133 -
CMYK 0.65 0 0.43 0.09
HSL 140.26º 0.77% 0.62% -
HSV(B) 140.26º 0.65% 0.91% -
XYZ 36.85 61.77 32.17 -
YUV 176.45 103.47 60.63 -
System Red Green Blue C M Y K H S L
Decimal 82 233 133 0.65 0 0.43 0.09 140.26 0.77 0.62
Hex 52 E9 85 41 0 2B 9 8C 4D 3E
Octal 122 351 205 101 0 53 11 214 115 76
Binary 1010010 11101001 10000101 1000001 0 101011 1001 10001100 1001101 111110

Color Harmonies of #52E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E985

Black with #52E985

Text Example


Text Example

White with #52E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,233,133); }

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

background-color css

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

 a { background-color: rgb(82,233,133); }

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

border-color css

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

 span { border-color: rgb(82,233,133); }

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