#53BF75

Color #53BF75 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53BF75

Tints of Emerald #53BF75

Color information

#53BF75 (or 0x53BF75) is unknown color: approx Emerald. HEX triplet: 53, BF and 75. RGB value is (83,191,117). Sum of RGB (Red+Green+Blue) = 83+191+117=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF75 is #AC408A. Grayscale: #969696. Windows color (decimal): -11288715 or 7716691. OLE color: 7716691.

HSL color Cylindrical-coordinate representation of color #53BF75: hue angle of 138.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF75 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB83191117-
CMYK0.5700.390.25
HSL138.89º45.76%53.73%-
HSV(B)138.89º56.54%74.9%-
XYZ25.4140.3823.29-
YUV150.27109.2280.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=21.23%
G=48.85%
B=29.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911170.5700.390.25138.8945.7653.73
Hex53BF7539027198b2e36
Octal12327716571047312135666
Binary101001110111111111010111100101001111100110001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,117); }

 H1.HeaderClassName
 {
   color: #53BF75;
 }
 .AnyTagClassName
 {
   color: #53BF75;
 }
</style>
background-color css

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

 a { background-color: rgb(83,191,117); }

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

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

 span { border-color: rgb(83,191,117); }

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