#53BE66

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

Shades of Fern #53BE66

Tints of Fern #53BE66

Color information

#53BE66 (or 0x53BE66) is unknown color: approx Fern. HEX triplet: 53, BE and 66. RGB value is (83,190,102). Sum of RGB (Red+Green+Blue) = 83+190+102=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE66 is #AC4199. Grayscale: #949494. Windows color (decimal): -11288986 or 6733395. OLE color: 6733395.

HSL color Cylindrical-coordinate representation of color #53BE66: hue angle of 130.65º 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 #53BE66 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB83190102-
CMYK0.5600.460.25
HSL130.65º45.15%53.53%-
HSV(B)130.65º56.32%74.51%-
XYZ24.3839.6318.93-
YUV147.97102.0581.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=22.13%
G=50.67%
B=27.2%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901020.5600.460.25130.6545.1553.53
Hex53BE663802E19832d36
Octal12327614670056312035566
Binary101001110111110110011011100001011101100110000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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