#53BF6B

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

Shades of Emerald #53BF6B

Tints of Emerald #53BF6B

Color information

#53BF6B (or 0x53BF6B) is unknown color: approx Emerald. HEX triplet: 53, BF and 6B. RGB value is (83,191,107). Sum of RGB (Red+Green+Blue) = 83+191+107=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF6B is #AC4094. Grayscale: #959595. Windows color (decimal): -11288725 or 7061331. OLE color: 7061331.

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

Color convert

RGB83191107-
CMYK0.5700.440.25
HSL133.33º45.76%53.73%-
HSV(B)133.33º56.54%74.9%-
XYZ24.8540.1620.35-
YUV149.13104.2280.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=21.78%
G=50.13%
B=28.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911070.5700.440.25133.3345.7653.73
Hex53BF6B3902C19852e36
Octal12327715371054312055666
Binary101001110111111110101111100101011001100110000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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