Html Css Color HEX #53F292 Emerald

📋 copy color: '#53F292'

red 83 ◦ green 242 ◦ blue 146

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

Shades of Emerald #53F292

Tints of Emerald #53F292

RGB

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

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

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

R = 17.62%
G = 51.38%
B = 31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#53F292 (or 0x53F292) is known color: Emerald. HEX triplet: 53, F2 and 92. RGB value is (83,242,146). Sum of RGB (Red+Green+Blue) = 83+242+146=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #53F292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F292 is #AC0D6D. Grayscale: #B7B7B7. Windows color (decimal): -11275630 or 9630291. OLE color: 9630291.

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

Color convert

RGB 83 242 146 -
CMYK 0.66 0 0.40 0.05
HSL 143.77º 0.86% 0.64% -
HSV(B) 143.77º 0.66% 0.95% -
XYZ 40.51 67.42 38.07 -
YUV 183.52 106.82 56.31 -
System Red Green Blue C M Y K H S L
Decimal 83 242 146 0.66 0 0.40 0.05 143.77 0.86 0.64
Hex 53 F2 92 42 0 28 5 90 56 40
Octal 123 362 222 102 0 50 5 220 126 100
Binary 1010011 11110010 10010010 1000010 0 101000 101 10010000 1010110 1000000

Color Harmonies of #53F292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F292

Black with #53F292

Text Example


Text Example

White with #53F292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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