Html Css Color HEX #52F285 Emerald

📋 copy color: '#52F285'

red 82 ◦ green 242 ◦ blue 133

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

Shades of Emerald #52F285

Tints of Emerald #52F285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.95%

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

R = 17.94%
G = 52.95%
B = 29.1%

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

#52F285 (or 0x52F285) is known color: Emerald. HEX triplet: 52, F2 and 85. RGB value is (82,242,133). Sum of RGB (Red+Green+Blue) = 82+242+133=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #52F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F285 is #AD0D7A. Grayscale: #B6B6B6. Windows color (decimal): -11341179 or 8778322. OLE color: 8778322.

HSL color Cylindrical-coordinate representation of color #52F285: hue angle of 139.12º degrees, saturation: 0.86, 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 #52F285 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 133 -
CMYK 0.66 0 0.45 0.05
HSL 139.13º 0.86% 0.64% -
HSV(B) 139.13º 0.66% 0.95% -
XYZ 39.47 66.99 33.04 -
YUV 181.73 100.49 56.86 -
System Red Green Blue C M Y K H S L
Decimal 82 242 133 0.66 0 0.45 0.05 139.13 0.86 0.64
Hex 52 F2 85 42 0 2D 5 8B 56 40
Octal 122 362 205 102 0 55 5 213 126 100
Binary 1010010 11110010 10000101 1000010 0 101101 101 10001011 1010110 1000000

Color Harmonies of #52F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F285

Black with #52F285

Text Example


Text Example

White with #52F285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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