#53B85C

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

Shades of Fern #53B85C

Tints of Fern #53B85C

Color information

#53B85C (or 0x53B85C) is unknown color: approx Fern. HEX triplet: 53, B8 and 5C. RGB value is (83,184,92). Sum of RGB (Red+Green+Blue) = 83+184+92=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #53B85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B85C is #AC47A3. Grayscale: #8F8F8F. Windows color (decimal): -11290532 or 6076499. OLE color: 6076499.

HSL color Cylindrical-coordinate representation of color #53B85C: hue angle of 125.35º 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 #53B85C is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB8318492-
CMYK0.5500.500.28
HSL125.35º41.56%52.35%-
HSV(B)125.35º54.89%72.16%-
XYZ22.6436.8916.05-
YUV143.3199.0484.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 184 (72.27% from 255) = 51.25%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=23.12%
G=51.25%
B=25.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184920.5500.500.28125.3541.5652.35
Hex53B85C370321C7d2a34
Octal12327013467062341755264
Binary10100111011100010111001101110110010111001111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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