#53B85B

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

Shades of Fern #53B85B

Tints of Fern #53B85B

Color information

#53B85B (or 0x53B85B) is unknown color: approx Fern. HEX triplet: 53, B8 and 5B. RGB value is (83,184,91). Sum of RGB (Red+Green+Blue) = 83+184+91=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #53B85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B85B is #AC47A4. Grayscale: #8F8F8F. Windows color (decimal): -11290533 or 6010963. OLE color: 6010963.

HSL color Cylindrical-coordinate representation of color #53B85B: hue angle of 124.75º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B85B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB8318491-
CMYK0.5500.510.28
HSL124.75º41.56%52.35%-
HSV(B)124.75º54.89%72.16%-
XYZ22.636.8815.82-
YUV143.298.5485.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 184 (72.27% from 255) = 51.40%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=23.18%
G=51.40%
B=25.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184910.5500.510.28124.7541.5652.35
Hex53B85B370331C7d2a34
Octal12327013367063341755264
Binary10100111011100010110111101110110011111001111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,184,91); }

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

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

 a { background-color: rgb(83,184,91); }

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

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

 span { border-color: rgb(83,184,91); }

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