#53BE64

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

Shades of Fern #53BE64

Tints of Fern #53BE64

Color information

#53BE64 (or 0x53BE64) is unknown color: approx Fern. HEX triplet: 53, BE and 64. RGB value is (83,190,100). Sum of RGB (Red+Green+Blue) = 83+190+100=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE64 is #AC419B. Grayscale: #949494. Windows color (decimal): -11288988 or 6602323. OLE color: 6602323.

HSL color Cylindrical-coordinate representation of color #53BE64: hue angle of 129.53º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE64 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB83190100-
CMYK0.5600.470.25
HSL129.53º45.15%53.53%-
HSV(B)129.53º56.32%74.51%-
XYZ24.2839.5918.42-
YUV147.75101.0581.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=22.25%
G=50.94%
B=26.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901000.5600.470.25129.5345.1553.53
Hex53BE643802F19822d36
Octal12327614470057312025566
Binary101001110111110110010011100001011111100110000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,100); }

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

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

 a { background-color: rgb(83,190,100); }

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

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

 span { border-color: rgb(83,190,100); }

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