Html Css Color HEX #53F694 Emerald

📋 copy color: '#53F694'

red 83 ◦ green 246 ◦ blue 148

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

Shades of Emerald #53F694

Tints of Emerald #53F694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.57%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 17.4%
G = 51.57%
B = 31.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#53F694 (or 0x53F694) is known color: Emerald. HEX triplet: 53, F6 and 94. RGB value is (83,246,148). Sum of RGB (Red+Green+Blue) = 83+246+148=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #53F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F694 is #AC096B. Grayscale: #BABABA. Windows color (decimal): -11274604 or 9762387. OLE color: 9762387.

HSL color Cylindrical-coordinate representation of color #53F694: hue angle of 143.93º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F694 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 246 148 -
CMYK 0.66 0 0.40 0.04
HSL 143.93º 0.9% 0.65% -
HSV(B) 143.93º 0.66% 0.96% -
XYZ 41.87 69.89 39.3 -
YUV 186.09 106.5 54.47 -
System Red Green Blue C M Y K H S L
Decimal 83 246 148 0.66 0 0.40 0.04 143.93 0.9 0.65
Hex 53 F6 94 42 0 28 4 90 5A 41
Octal 123 366 224 102 0 50 4 220 132 101
Binary 1010011 11110110 10010100 1000010 0 101000 100 10010000 1011010 1000001

Color Harmonies of #53F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F694

Black with #53F694

Text Example


Text Example

White with #53F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,246,148); }

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

background-color css

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

 a { background-color: rgb(83,246,148); }

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

border-color css

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

 span { border-color: rgb(83,246,148); }

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