Html Css Color HEX #53F692 Emerald

📋 copy color: '#53F692'

red 83 ◦ green 246 ◦ blue 146

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

Shades of Emerald #53F692

Tints of Emerald #53F692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 17.47%
G = 51.79%
B = 30.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#53F692 (or 0x53F692) is known color: Emerald. HEX triplet: 53, F6 and 92. RGB value is (83,246,146). Sum of RGB (Red+Green+Blue) = 83+246+146=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #53F692 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F692 is #AC096D. Grayscale: #BABABA. Windows color (decimal): -11274606 or 9631315. OLE color: 9631315.

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

Color convert

RGB 83 246 146 -
CMYK 0.66 0 0.41 0.04
HSL 143.19º 0.9% 0.65% -
HSV(B) 143.19º 0.66% 0.96% -
XYZ 41.71 69.83 38.47 -
YUV 185.86 105.5 54.63 -
System Red Green Blue C M Y K H S L
Decimal 83 246 146 0.66 0 0.41 0.04 143.19 0.9 0.65
Hex 53 F6 92 42 0 29 4 8F 5A 41
Octal 123 366 222 102 0 51 4 217 132 101
Binary 1010011 11110110 10010010 1000010 0 101001 100 10001111 1011010 1000001

Color Harmonies of #53F692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F692

Black with #53F692

Text Example


Text Example

White with #53F692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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