Html Css Color HEX #53F193 Emerald

📋 copy color: '#53F193'

red 83 ◦ green 241 ◦ blue 147

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

Shades of Emerald #53F193

Tints of Emerald #53F193

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 17.62%
G = 51.17%
B = 31.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#53F193 (or 0x53F193) is known color: Emerald. HEX triplet: 53, F1 and 93. RGB value is (83,241,147). Sum of RGB (Red+Green+Blue) = 83+241+147=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #53F193 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F193 is #AC0E6C. Grayscale: #B7B7B7. Windows color (decimal): -11275885 or 9695571. OLE color: 9695571.

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

Color convert

RGB 83 241 147 -
CMYK 0.66 0 0.39 0.05
HSL 144.3º 0.85% 0.64% -
HSV(B) 144.3º 0.66% 0.95% -
XYZ 40.29 66.86 38.38 -
YUV 183.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 83 241 147 0.66 0 0.39 0.05 144.3 0.85 0.64
Hex 53 F1 93 42 0 27 5 90 55 40
Octal 123 361 223 102 0 47 5 220 125 100
Binary 1010011 11110001 10010011 1000010 0 100111 101 10010000 1010101 1000000

Color Harmonies of #53F193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F193

Black with #53F193

Text Example


Text Example

White with #53F193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,241,147); }

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

background-color css

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

 a { background-color: rgb(83,241,147); }

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

border-color css

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

 span { border-color: rgb(83,241,147); }

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