Html Css Color HEX #53F990 Emerald

📋 copy color: '#53F990'

red 83 ◦ green 249 ◦ blue 144

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

Shades of Emerald #53F990

Tints of Emerald #53F990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 17.44%
G = 52.31%
B = 30.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#53F990 (or 0x53F990) is known color: Emerald. HEX triplet: 53, F9 and 90. RGB value is (83,249,144). Sum of RGB (Red+Green+Blue) = 83+249+144=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #53F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F990 is #AC066F. Grayscale: #BBBBBB. Windows color (decimal): -11273840 or 9501011. OLE color: 9501011.

HSL color Cylindrical-coordinate representation of color #53F990: hue angle of 142.05º 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 #53F990 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 249 144 -
CMYK 0.67 0 0.42 0.02
HSL 142.05º 0.93% 0.65% -
HSV(B) 142.05º 0.67% 0.98% -
XYZ 42.48 71.6 37.97 -
YUV 187.4 103.5 53.54 -
System Red Green Blue C M Y K H S L
Decimal 83 249 144 0.67 0 0.42 0.02 142.05 0.93 0.65
Hex 53 F9 90 43 0 2A 2 8E 5D 41
Octal 123 371 220 103 0 52 2 216 135 101
Binary 1010011 11111001 10010000 1000011 0 101010 10 10001110 1011101 1000001

Color Harmonies of #53F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F990

Black with #53F990

Text Example


Text Example

White with #53F990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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