Html Css Color HEX #52F385 Emerald

📋 copy color: '#52F385'

red 82 ◦ green 243 ◦ blue 133

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

Shades of Emerald #52F385

Tints of Emerald #52F385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.06%

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

R = 17.9%
G = 53.06%
B = 29.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#52F385 (or 0x52F385) is known color: Emerald. HEX triplet: 52, F3 and 85. RGB value is (82,243,133). Sum of RGB (Red+Green+Blue) = 82+243+133=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #52F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F385 is #AD0C7A. Grayscale: #B6B6B6. Windows color (decimal): -11340923 or 8778578. OLE color: 8778578.

HSL color Cylindrical-coordinate representation of color #52F385: hue angle of 139.01º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F385 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 243 133 -
CMYK 0.66 0 0.45 0.05
HSL 139.01º 0.87% 0.64% -
HSV(B) 139.01º 0.66% 0.95% -
XYZ 39.76 67.59 33.14 -
YUV 182.32 100.16 56.44 -
System Red Green Blue C M Y K H S L
Decimal 82 243 133 0.66 0 0.45 0.05 139.01 0.87 0.64
Hex 52 F3 85 42 0 2D 5 8B 57 40
Octal 122 363 205 102 0 55 5 213 127 100
Binary 1010010 11110011 10000101 1000010 0 101101 101 10001011 1010111 1000000

Color Harmonies of #52F385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F385

Black with #52F385

Text Example


Text Example

White with #52F385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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