Html Css Color HEX #52CE85 Emerald

📋 copy color: '#52CE85'

red 82 ◦ green 206 ◦ blue 133

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

Shades of Emerald #52CE85

Tints of Emerald #52CE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

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

R = 19.48%
G = 48.93%
B = 31.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#52CE85 (or 0x52CE85) is known color: Emerald. HEX triplet: 52, CE and 85. RGB value is (82,206,133). Sum of RGB (Red+Green+Blue) = 82+206+133=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE85 is #AD317A. Grayscale: #A0A0A0. Windows color (decimal): -11350395 or 8769106. OLE color: 8769106.

HSL color Cylindrical-coordinate representation of color #52CE85: hue angle of 144.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE85 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 133 -
CMYK 0.60 0 0.35 0.19
HSL 144.68º 0.56% 0.56% -
HSV(B) 144.68º 0.6% 0.81% -
XYZ 29.78 47.63 29.81 -
YUV 160.6 112.42 71.94 -
System Red Green Blue C M Y K H S L
Decimal 82 206 133 0.60 0 0.35 0.19 144.68 0.56 0.56
Hex 52 CE 85 3C 0 23 13 91 38 38
Octal 122 316 205 74 0 43 23 221 70 70
Binary 1010010 11001110 10000101 111100 0 100011 10011 10010001 111000 111000

Color Harmonies of #52CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE85

Black with #52CE85

Text Example


Text Example

White with #52CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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