#53BF74

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

Shades of Emerald #53BF74

Tints of Emerald #53BF74

Color information

#53BF74 (or 0x53BF74) is unknown color: approx Emerald. HEX triplet: 53, BF and 74. RGB value is (83,191,116). Sum of RGB (Red+Green+Blue) = 83+191+116=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF74 is #AC408B. Grayscale: #969696. Windows color (decimal): -11288716 or 7651155. OLE color: 7651155.

HSL color Cylindrical-coordinate representation of color #53BF74: hue angle of 138.33º 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 #53BF74 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB83191116-
CMYK0.5700.390.25
HSL138.33º45.76%53.73%-
HSV(B)138.33º56.54%74.9%-
XYZ25.3540.3622.98-
YUV150.16108.7280.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=21.28%
G=48.97%
B=29.74%

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
Decimal831911160.5700.390.25138.3345.7653.73
Hex53BF7439027198a2e36
Octal12327716471047312125666
Binary101001110111111111010011100101001111100110001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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