Html Css Color HEX #53F28F Emerald

📋 copy color: '#53F28F'

red 83 ◦ green 242 ◦ blue 143

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

Shades of Emerald #53F28F

Tints of Emerald #53F28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 17.74%
G = 51.71%
B = 30.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#53F28F (or 0x53F28F) is known color: Emerald. HEX triplet: 53, F2 and 8F. RGB value is (83,242,143). Sum of RGB (Red+Green+Blue) = 83+242+143=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #53F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F28F is #AC0D70. Grayscale: #B7B7B7. Windows color (decimal): -11275633 or 9433683. OLE color: 9433683.

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

Color convert

RGB 83 242 143 -
CMYK 0.66 0 0.41 0.05
HSL 142.64º 0.86% 0.64% -
HSV(B) 142.64º 0.66% 0.95% -
XYZ 40.28 67.33 36.86 -
YUV 183.17 105.32 56.55 -
System Red Green Blue C M Y K H S L
Decimal 83 242 143 0.66 0 0.41 0.05 142.64 0.86 0.64
Hex 53 F2 8F 42 0 29 5 8F 56 40
Octal 123 362 217 102 0 51 5 217 126 100
Binary 1010011 11110010 10001111 1000010 0 101001 101 10001111 1010110 1000000

Color Harmonies of #53F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F28F

Black with #53F28F

Text Example


Text Example

White with #53F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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