#53B95B

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

Shades of Fern #53B95B

Tints of Fern #53B95B

Color information

#53B95B (or 0x53B95B) is unknown color: approx Fern. HEX triplet: 53, B9 and 5B. RGB value is (83,185,91). Sum of RGB (Red+Green+Blue) = 83+185+91=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #53B95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B95B is #AC46A4. Grayscale: #909090. Windows color (decimal): -11290277 or 6011219. OLE color: 6011219.

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

Color convert

RGB8318591-
CMYK0.5500.510.27
HSL124.71º42.15%52.55%-
HSV(B)124.71º55.14%72.55%-
XYZ22.837.2915.89-
YUV143.7998.2184.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=23.12%
G=51.53%
B=25.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83185910.5500.510.27124.7142.1552.55
Hex53B95B370331B7d2a35
Octal12327113367063331755265
Binary10100111011100110110111101110110011110111111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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