Html Css Color HEX #53F28B Emerald

📋 copy color: '#53F28B'

red 83 ◦ green 242 ◦ blue 139

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

Shades of Emerald #53F28B

Tints of Emerald #53F28B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 17.89%
G = 52.16%
B = 29.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#53F28B (or 0x53F28B) is known color: Emerald. HEX triplet: 53, F2 and 8B. RGB value is (83,242,139). Sum of RGB (Red+Green+Blue) = 83+242+139=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #53F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F28B is #AC0D74. Grayscale: #B6B6B6. Windows color (decimal): -11275637 or 9171539. OLE color: 9171539.

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

Color convert

RGB 83 242 139 -
CMYK 0.66 0 0.43 0.05
HSL 141.13º 0.86% 0.64% -
HSV(B) 141.13º 0.66% 0.95% -
XYZ 39.98 67.21 35.29 -
YUV 182.72 103.32 56.88 -
System Red Green Blue C M Y K H S L
Decimal 83 242 139 0.66 0 0.43 0.05 141.13 0.86 0.64
Hex 53 F2 8B 42 0 2B 5 8D 56 40
Octal 123 362 213 102 0 53 5 215 126 100
Binary 1010011 11110010 10001011 1000010 0 101011 101 10001101 1010110 1000000

Color Harmonies of #53F28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F28B

Black with #53F28B

Text Example


Text Example

White with #53F28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,242,139); }

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

background-color css

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

 a { background-color: rgb(83,242,139); }

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

border-color css

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

 span { border-color: rgb(83,242,139); }

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