Html Css Color HEX #53F285 Emerald

📋 copy color: '#53F285'

red 83 ◦ green 242 ◦ blue 133

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

Shades of Emerald #53F285

Tints of Emerald #53F285

RGB

 RED value IS 83 (32.81% from 255) = 18.12%

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

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

R = 18.12%
G = 52.84%
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

#53F285 (or 0x53F285) is known color: Emerald. HEX triplet: 53, F2 and 85. RGB value is (83,242,133). Sum of RGB (Red+Green+Blue) = 83+242+133=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #53F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F285 is #AC0D7A. Grayscale: #B6B6B6. Windows color (decimal): -11275643 or 8778323. OLE color: 8778323.

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

Color convert

RGB 83 242 133 -
CMYK 0.66 0 0.45 0.05
HSL 138.87º 0.86% 0.64% -
HSV(B) 138.87º 0.66% 0.95% -
XYZ 39.55 67.04 33.05 -
YUV 182.03 100.32 57.36 -
System Red Green Blue C M Y K H S L
Decimal 83 242 133 0.66 0 0.45 0.05 138.87 0.86 0.64
Hex 53 F2 85 42 0 2D 5 8B 56 40
Octal 123 362 205 102 0 55 5 213 126 100
Binary 1010011 11110010 10000101 1000010 0 101101 101 10001011 1010110 1000000

Color Harmonies of #53F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F285

Black with #53F285

Text Example


Text Example

White with #53F285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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