Html Css Color HEX #53F992 Emerald

📋 copy color: '#53F992'

red 83 ◦ green 249 ◦ blue 146

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

Shades of Emerald #53F992

Tints of Emerald #53F992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.09%

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

R = 17.36%
G = 52.09%
B = 30.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#53F992 (or 0x53F992) is known color: Emerald. HEX triplet: 53, F9 and 92. RGB value is (83,249,146). Sum of RGB (Red+Green+Blue) = 83+249+146=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #53F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F992 is #AC066D. Grayscale: #BBBBBB. Windows color (decimal): -11273838 or 9632083. OLE color: 9632083.

HSL color Cylindrical-coordinate representation of color #53F992: hue angle of 142.77º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F992 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 249 146 -
CMYK 0.67 0 0.41 0.02
HSL 142.77º 0.93% 0.65% -
HSV(B) 142.77º 0.67% 0.98% -
XYZ 42.63 71.67 38.78 -
YUV 187.62 104.5 53.38 -
System Red Green Blue C M Y K H S L
Decimal 83 249 146 0.67 0 0.41 0.02 142.77 0.93 0.65
Hex 53 F9 92 43 0 29 2 8F 5D 41
Octal 123 371 222 103 0 51 2 217 135 101
Binary 1010011 11111001 10010010 1000011 0 101001 10 10001111 1011101 1000001

Color Harmonies of #53F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F992

Black with #53F992

Text Example


Text Example

White with #53F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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